Computer Science for IGCSE & O level - Algorithm Design And Problem Solving (Section 5 - No. 47)

What does 'IF...THEN...ELSE' represent in pseudocode?
A loop structure.
A selection structure.
A data input statement.
An output statement.

Explanation

IF...THEN...ELSE is a conditional statement used for selection.

Comments (0)

Advertisement