Answer:
False
Explanation:
The definition for the If-Then-Else structure is as follows:
IF (boolean_condition)
THEN (commands_for_true)
ELSE (commands_for_false)
When there is an ELSE sentence, its commands are to be executed whenever previous conditions where not evaluated as true .