What happens if there is no "break" statement after a matched case in a switch statement?
The switch statement throws an error and stops execution
The switch statement ignores the code in the following cases
The switch statement continues to execute the code in the following cases
The switch statement automatically inserts a "break" statement