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

Which of the following is an example of a valid output statement?
INPUT x
IF x > 0
OUTPUT 'Hello'
x = x + 1

Explanation

OUTPUT 'Hello' correctly displays text to the user.

Comments (0)

Advertisement