Why doesn't the else statement have its own condition?
Because its condition is the opposite of the if statement's conditionBecause it always runs so it doesn't need a conditionThe else statement does have a condition
Because its condition is the opposite of the if statement's condition.