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
- Host: GitHub
- URL: https://github.com/fl444mingo/fl4-cs131-03-01-whileextra
- Owner: Fl444mingo
- Created: 2025-03-27T00:20:34.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-27T00:26:56.000Z (over 1 year ago)
- Last Synced: 2025-07-26T10:01:39.124Z (11 months ago)
- Topics: cpp, learning, learning-cpp
- Language: C++
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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