Wyo C++ - Ch. 8 Notes

Objective #1: Explain the importance of loops in programs.

Objective #2: Use for loops.

Objective #3: Use while loops.

Objective #4: Use do while loops.

Objective #5: Use the break and continue statements with loops appropriately.

Objective #6: Use nested loops effectively when appropriate.

Objective #7: Use flag variables and sentinel values to control indeterminate loops.