What happens when the if statement and else if statements' conditions return false?

The else statement's code block runsNothing happens

The else statement's code block runs.