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