Advertisements
Advertisements
Question
Add a pair of parentheses to the expression so that it evaluates to True.
2 + 3 == 4 + 5 == 7
One Line Answer
Advertisements
Solution
(2 + (3 == 4) + 5) == 7
shaalaa.com
Relational Operator (>,>=,<=,=,!=)
Is there an error in this question or solution?
