Computer Science, asked by Techan5849, 8 months ago

Add a pair of parentheses to each expression so that it evaluates to True.
a) 0 == 1 == 2
b) 2 + 3 == 4 + 5 == 7
c) 1 < -1 == 3 > 4

Answers

Answered by yaswanth28
6

Answer:

Explanation:

== 1 == 2

b) 2 + 3 == 4 + 5 == 7

c) 1 < -1 == 3 > 4pair of parentheses to each expression so that it evaluates to True.

a) 0 == 1 == 21 ==  4 + 5 == 7

c) 1 < -13 == 4 + 5  == 3 > 41 == 3

True.

Similar questions