Can you transform this mess into a meaningful switch statement?

Perfect! We create number and open the switch statement. Then, we create a case for 10, followed by the default case. Finally, we close the statement.

Not quite! We create number and open the switch statement. Then, we create a case for 10, followed by the default case. Finally, we close the statement.