Computer Science for IGCSE & O level - Programming (Section 7 - No. 5)

Which type of loop is represented by `WHILE...DO`?
Count-controlled loop.
Pre-condition loop.
Post-condition loop.
Infinite loop.

Explanation

`WHILE...DO` is a pre-condition loop because it checks the condition before executing the loop body.

Comments (0)

Advertisement