Computer Science for IGCSE & O level - Algorithm Design And Problem Solving (Section 8 - No. 30)
Which statement type allows for different actions based on a condition?
FOR...NEXT
IF...THEN...ELSE
REPEAT...UNTIL
INPUT/OUTPUT
Explanation
IF...THEN...ELSE constructs enable decision-making.
Comments (0)
