Week 11 Readings
Chapter 6
Textbook Readings
- Log on to your online textbook
- Read the following sections from your textbook
- 6.1. Updating variables
- 6.2. The while statement
- 6.3. Infinite loops
- 6.4. Finishing iterations with continue - You may skip this section. I neither teach, nor encourage you to use, the continue command in this course.
- 6.5. Definite loops using for
- 6.6. Loop patterns
- 6.7. Debugging