Summary: Repetition

This lesson summarizes the major ideas we presented in this chapter.

We'll cover the following...
  • A loop typically involves four steps: initialization, testing, processing, and updating.
  • A while statement tests its condition before executing the
...