Computer Science for IGCSE & O level - Programming (Section 13 - No. 46)
Which type of loop is characterized by the condition being evaluated *after* the loop body executes?
Pre-condition loop
Post-condition loop
Count-controlled loop
Nested loop
Explanation
Post-condition loops check the condition *after* each loop iteration.
Comments (0)
