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