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

https://github.com/fl444mingo/fl4-cs131-02-04-while

Ch. 2, Lesson 4, While Loops
https://github.com/fl444mingo/fl4-cs131-02-04-while

cpp learning learning-cpp

Last synced: about 1 year ago
JSON representation

Ch. 2, Lesson 4, While Loops

Awesome Lists containing this project

README

          

# FL4-CS131-02-04-While
Instructor-provided program to introduce while and do while loops

Learned:
- How to set up a while loop, with the test condition at the beginning
- How to set up a do while loop, with the test condition at the end