Count-Controlled Loop
Summary: A loop that repeats a specific number of times, using a counter variable that increments or decrements on each iteration. Example: FOR i ← 1 TO 10. Tags: concepts computer-science igcse-computer-science programming Created: 2026-05-08T14:03:00Z Last Updated: 2026-05-08T14:03:00Z
Content
A loop that repeats a specific number of times, using a counter variable that increments or decrements on each iteration. Example: FOR i ← 1 TO 10.