Computer Science for IGCSE & O level - Programming (Section 5 - No. 23)
Which of the following is a characteristic of a post-condition loop?
The condition is checked before the loop body is executed.
The loop body is always executed at least once.
The loop continues as long as the condition is true.
It is used for a fixed number of iterations.
Explanation
A post-condition loop executes the loop body, then checks the condition.
Comments (0)
