Computer Science for IGCSE & O level - Algorithm Design And Problem Solving (Section 7 - No. 7)
What does the `ELSE` statement do in relation to the `IF` statement?
It ends the IF statement.
It specifies an alternative set of actions if the IF condition is false.
It specifies the condition for the IF statement.
It repeats the IF statement.
Explanation
The ELSE clause describes actions to be performed when the IF condition is false.
Comments (0)
