Computer Science for IGCSE & O level - Programming (Section 11 - No. 50)
Which type of loop is exemplified by this code:
```
WHILE condition DO
Statements
ENDWHILE
```
Count-controlled loop
Pre-condition loop
Post-condition loop
Nested loop
Explanation
This illustrates a pre-condition loop because the condition is checked at the beginning.
Comments (0)
