Programming (11th Grade)
Control Structures
What is the purpose of the 'break' statement in loops?
To skip the current iteration
To exit the loop
To continue the loop
To restart the loop