What happens when the if statement and else if statements' conditions return false?
if
else if
false
else
The else statement's code block runs.