First page Back Continue Last page Graphics
Test – Expression
At the beginning of each pass through the loop, the test expression is evaluated.
If the evaluation is true, the body of the loop is executed AND the update expressions is evaluated. Control then returns to evaluate the test expression again.
If the evaluation is false, control passes to the first statement AFTER the loop body.