Computer Science for IGCSE & O level - Programming (Section 3 - No. 43)
What does the `OUTPUT` statement typically require?
A loop condition.
A variable or expression to display.
A procedure call.
A function return value.
Explanation
OUTPUT takes something (a value, the result of an expression, a string of text) and displays it to the user.
Comments (0)
