Programming (Year 12)
Loops
In which of the following scenarios would you use a 'for' loop?
When you know the number of iterations
When an error occurs
When you want to iterate indefinitely
When you want to exit a loop early