 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
• |
Loop
test – the point at which the while
|
|
|
expression
is evaluated.
|
|
|
• |
Loop
entry – the point at which the flow of control
|
|
reaches
the first statement of the loop body
|
|
|
• |
Iteration
– an individual repetition of the body of a
|
|
|
loop
|
|
|
• |
Loop
exit – the point at which control passes to
|
|
|
the
first statement following the loop
|
|
|
• |
Termination
condition – the condition causing a
|
|
|
loop
exit
|
|