Computer Science for IGCSE & O level - Programming (Section 10 - No. 23)

In what kind of loop is the condition checked *before* any of the loop's code is executed?
Post-condition loop
Pre-condition loop
Count-controlled loop
Nested loop

Explanation

Pre-condition loops examine the condition before running the body; the body may not run at all.

Comments (0)

Advertisement