Computer Science for IGCSE & O level - Programming (Section 14 - No. 50)
Which loop structure is known for checking the condition at the *end* of the loop?
Pre-condition loop
Post-condition loop
Count-controlled loop
Nested loop
Explanation
Post-condition loops (e.g., DO...WHILE) evaluate the condition after the loop body has executed at least once.
Comments (0)
