Computer Science for IGCSE & O level - Programming (Section 8 - No. 44)

What is the purpose of the `OUTPUT` statement in pseudo-code?
To declare a variable.
To display information to the user.
To start a loop.
To define a function.

Explanation

OUTPUT displays results to the user.

Comments (0)

Advertisement