Revisions: 08/24/01; 10/25/04 -- format changes

CHAPTER 9 — Loop Conditions

The DO WHILE statement acts like a "gate keeper" for the loop body: execution is allowed to enter the loop body only when a certain condition is true. This chapter will discuss how that condition can be described.

Chapter Topics:

QUESTION 1:

(Review:) What is a loop condition ?