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)
- Host: GitHub
- URL: https://github.com/g3th/c-while-and-do-difference
- Owner: g3th
- Created: 2022-10-25T04:52:15.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-25T21:23:37.000Z (almost 4 years ago)
- Last Synced: 2025-03-05T00:27:46.014Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
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.