Computer Science for IGCSE & O level - Algorithm Design And Problem Solving (Section 4 - No. 31)
What does the 'ELSE' keyword indicate within the IF-THEN-ELSE-ENDIF structure?
The start of the condition
The action to be taken if the condition is true
The action to be taken if the condition is false
The end of the structure
Explanation
ELSE provides an alternative action if the condition is not met.
Comments (0)
