Computer Science for IGCSE & O level - Algorithm Design And Problem Solving (Section 10 - No. 12)
What is the role of an IF-THEN-ELSE statement in conditional statements?
To repeat a section of code.
To define the main program logic.
To select between different values.
To execute different code blocks based on a condition
Explanation
IF-THEN-ELSE statements execute different code blocks based on a condition, with ELSE providing an alternative path if the condition is false.
Comments (0)
