Computer Science for IGCSE & O level - Programming (Section 15 - No. 37)
Which loop type always guarantees the loop body executes at least once?
Pre-condition loop
Post-condition loop
Count-controlled loop
Nested loop
Explanation
Post-condition loops check the condition after the first iteration. Thus, the body always executes one time.
Comments (0)
