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

What does the `THEN` keyword typically introduce in an `IF...THEN...ELSE` structure?
The condition to be checked.
The set of actions to be taken if the condition is true.
The set of actions to be taken if the condition is false.
The end of the `IF...THEN...ELSE` structure.

Explanation

The THEN section specifies the actions when the condition is true.

Comments (0)

Advertisement