Iteration
Summary: A control structure that repeats a block of code multiple times. Three types: count-controlled (FOR loop), pre-condition (WHILE loop), and post-condition (REPEAT UNTIL loop). Tags: concepts computer-science igcse-computer-science programming Created: 2026-05-08T14:03:00Z Last Updated: 2026-05-08T14:03:00Z
Content
A control structure that repeats a block of code multiple times. Three types: count-controlled (FOR loop), pre-condition (WHILE loop), and post-condition (REPEAT UNTIL loop).