Programming (Year 11)
Control Flow
What is the purpose of the 'break' statement in a loop?
To skip the current iteration
To end the loop immediately
To continue to the next iteration
To exit a function
Next