Why doesn't the else statement have its own condition between parentheses?

Because its condition is the opposite of the if statement's conditionBecause it always runs so it doesn't need a conditionThe if statement does have a condition between parentheses

Because its condition is the opposite of the if statement's condition.