Computer Science for IGCSE & O level - Programming (Section 5 - No. 16)
What type of loop structure guarantees at least one execution of the loop body?
Count-controlled loop
Pre-condition loop
Post-condition loop
Nested Loop
Explanation
Post-condition loops will always execute at least once.
Comments (0)
