Sometimes we may want to run multiple if statements. For that we have else if statements.

Can you trigger the else if statement here?

So else if gives us even more flexibility to run multiple condition checks.

Note: We don't always need the {}, but it's wise to use them when starting off for clarity.

Wouldn't this satisfy only the first if condition?