Programming (Year 11)
Control Structures
What does the 'break' statement do in a loop?
Continues the loop
Exits the loop
Pauses the loop
Restarts the loop