Here's another possibility: else if adds more scenarios, in case a single if statement isn't enough.

See that? We can add as many else if statements as we want but there can only be a single else statement at the end of the block.

That doesn't look right, does it?