What is the purpose of the "break" statement in a switch statement?
To terminate the switch statement and exit the block
To skip the current case and move to the next case
To evaluate multiple cases simultaneously
To provide a default action for unmatched cases