Computer Science for IGCSE & O level - Programming (Section 2 - No. 15)

What is the result of the expression: `(10 > 5) OR (2 < 1)`?
True
False
Error
Undetermined

Explanation

10 > 5 is True. (2 < 1) is False. True OR False is True.

Comments (0)

Advertisement