Programming (Year 12)
Control Structures
In which of the following cases would you use a 'for' loop?
When you need to repeat code indefinitely
When you want to iterate over a sequence
When you want to check a condition
When you need to handle exceptions
Next