An open API service indexing awesome lists of open source software.

https://github.com/g3th/c-while-and-do-difference

Difference between pre-test and post-test (C++ basics)
https://github.com/g3th/c-while-and-do-difference

Last synced: 2 months ago
JSON representation

Difference between pre-test and post-test (C++ basics)

Awesome Lists containing this project

README

          

## 'Do' and 'While' in C++ - Pretest and Post-test

### Why each loop is slightly different

For a beginner this might illustrate when to use each loop, since they are not completely identical.