< previous page page_253 next page >

Page 253
6
Looping
GOALS
To be able to construct syntactically correct While loops.
To be able to construct count-controlled loops with a While statement.
To be able to construct event-controlled loops with a While statement.
To be able to use the end-of-life condition to control the input of data.
To be able to use flags to control the execution of a While statement.
To be able to construct counting loops with a While statement.
To be able to construct summing loops with a While statement.
To be able to choose the correct type of loop for a given problem.
To be able to construct nested While loops.
To be able to write the invariant conditions for a loop and use them to verify the loop.
To be able to choose data sets that test a looping program comprehensively.

 
< previous page page_253 next page >