Computer Science for IGCSE & O level - Programming (Section 10 - No. 25)

In a program, what is an example of an output statement?
x = 10
print("Hello")
input("Enter a value:")
if x > 5:

Explanation

Output statements are used to display output to the user.

Comments (0)

Advertisement