Why is the break keyword so important, though? Well, without it, the switch statement will run all the way to the end of the block.

Whoa! That's why we normally use the break keyword in every case, except for the default case.

Are you sure that is the right syntax in this case?