Computer Science for IGCSE & O level - Algorithm Design And Problem Solving (Section 6 - No. 9)
Which of these is an example of a selection control structure?
FOR loop
WHILE loop
IF...THEN...ELSE
Array
Explanation
IF...THEN...ELSE is a control structure to choose between different actions.
Comments (0)
