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

https://github.com/fl444mingo/fl4-cs131-03-01-whileextra

Ch. 3, Lesson 1, While Continuation
https://github.com/fl444mingo/fl4-cs131-03-01-whileextra

cpp learning learning-cpp

Last synced: 9 months ago
JSON representation

Ch. 3, Lesson 1, While Continuation

Awesome Lists containing this project

README

          

# FL4-CS131-03-01-WhileExtra
Instructor-provided program to familiarize the functions of while loops, as well as introduce #include for the Sleep() function

Learned:
- How to add delays (sleep, like in Python) to avoid spamming the console as fast as the computer can process