So, let's have a look at the so-called switch statement, which is a little like multiple if statements.

See that? The default case handles the possible values that aren't explicitly taken care of by the other cases.

That doesn't look right, does it?