Computer Science for IGCSE & O level - Programming (Section 14 - No. 26)
What type of programming structure is characterized by loops that have at least one iteration?
Count-controlled loops.
Pre-condition loops.
Post-condition loops.
Nested loops.
Explanation
Post-condition loops (e.g., do-while loops) always execute the loop body at least once before checking the condition.
Comments (0)
