(This item omitted from WebBook edition)
6.1
Do Loops
248
6.2
Processing Lists of Data with Do Loops
261
Peek Method
Counters and Accumulators
Flags
Nested Loops
6.3
For... Next Loops
277
Declaration of Control Variables
Nested For... Next Loops
6.4
A Case Study: Analyze a Loan
291
Designing the Analyze-a-Loan Program
The User Interface
Writing the Analyze-a-Loan Program
Pseudocode for the Analyze-a-Loan Program
Summary
301
Programming Projects