This week we are going to get into gross detail on how to do loops in C++: for-loop, while-loop, and do-while loop. Items are as follows (and we will do them in this order!)
- Control Structures, Part II (Repetition)
- Loops Worksheet (an in-class exercise, not handed in)
Lab on Loops (hand in by end of class)
- LabLoops.cpp you will load this into Visual Studio and compile it (Right-click the link and choose “Save As…” from your browser)
- LabLoops.txt this is the data file you’ll be using with LabLoops.cpp
Homework extension YAY!!
You have until May 1 to complete the coupon program.