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