Computer Science for IGCSE & O level - Programming (Section 11 - No. 23)

What is the use of the `IF` statement in the pseudo-code examples?
To declare variables.
To make a decision based on a condition.
To define a loop.
To output the results.

Explanation

The `IF` statement is used to perform operations when the condition is true.

Comments (0)

Advertisement