What value does the boolean condition in an if statement need to be so that the else statement gets executed instead?
true
false
Else statements execute when the boolean condition in the if statement is false.