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

In a pseudocode algorithm, what does the keyword 'THEN' usually follow?
INPUT statement
OUTPUT statement
IF condition
FOR loop

Explanation

The THEN keyword indicates the actions to be performed if the IF condition is true.

Comments (0)

Advertisement