Objective #1: Be able to explain the importance of loops in programs.

Objective #2: Be able to use for loops.

Objective #3: Be able to use while loops.

Objective #4: Be able to use do while loops.

Objective #5: Be able to use the break and continue statements.

The material below this point may not be included in this course or any exams. See the instructor for clarification.

Objective #6: Be able to use and interpret nested loops.

       Notice the blank lines around the inner loop for good style.