Multiple Choice Questions

What is the output of this program?

print(10 != 10)

an error message

10 != 10

false

true

C. false