Programming (Year 11)
Control Structures
What is the purpose of a 'for' loop in programming?
To execute a block of code once
To repeat a block of code multiple times
To define a function
To handle errors
Next