Also, we can run code when the condition in the if statement isn't met. That's what we call an else statement.

Yes! The code in the braces of the else statement runs when the condition that comes before it returns false.

Wouldn't we need another condition for another if statement?