What happens when a Boolean expression is evaluated?
If the condition evaluates as True, then the next statement is executed.
If the condition evaluates as True, then nothing happens.
If the condition evaluates as False, then the next statement is false.
If the condition evaluates as False, then the next statement is executed
O
PLEASE HURRY