Programming (Year 12)
Control Structures
What is the purpose of a 'break' statement in a loop?
To continue to the next iteration
To exit the loop
To restart the loop
To skip the current iteration