When will an else statement be executed?

(1 point)

The if statement is true

The if statement is false

There is a syntax error

The elif statement is executed

The else statement will be executed when the if statement is false.