Programming (Year 12)
Control Structures
What does a for loop do in programming?
Repeats a block of code while a condition is true
Repeats a block of code for a specific number of times
Executes a block of code if a condition is false
Defines a function to be called later