Computer Science for IGCSE & O level - Programming (Section 6 - No. 39)
What is the purpose of the 'ELSE' part in an 'IF-ELSE' statement?
To define the condition.
To specify the code to execute if the condition is false.
To repeat the code multiple times.
To take input from the user.
Explanation
The ELSE part does something when the condition is false.
Comments (0)
