Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 239 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 239 Bytes

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