Computer Science for IGCSE & O level - Programming (Section 11 - No. 47)
What type of loop is represented by this code structure?
```
DO
Statements
WHILE condition
```
Pre-condition loop
Post-condition loop
Count-controlled loop
Nested loop
Explanation
The condition is checked at the end after at least one execution.
Comments (0)
