MCQ
Evaluate the expression: (10 == 10) OR (3 > 5).
Explanation
The first condition is true, so the OR expression is true even though the second is false.