Programming (Year 12)
Control Structures
What is the purpose of a 'for' loop in programming?
To execute code at least once
To repeat a block of code a fixed number of times
To handle exceptions
To define a function
Next