Conditional statements like if and elsif require a condition to be true. The else statement, though, is executed if none of these conditions are met.

Great! The else part will execute without a condition if the conditional statements before it resolve to false.

We really need elsif in this case, do we?