MCQ
Evaluate the expression: (10 == 10) OR (3 > 5).
Unit-2 Computational Thinking and Algorithms
A FALSE
B TRUE
C ERROR
D 20
Explanation

The first condition is true, so the OR expression is true even though the second is false.