Programming (Year 11)
Control Structures
What is the purpose of the 'break' statement in loops?
To end the loop
To skip to the next iteration
To pause execution
To define a function