Advertisements
Advertisements
प्रश्न
Add a pair of parentheses to the expression so that it evaluates to True.
2 + 3 == 4 + 5 == 7
एका वाक्यात उत्तर
Advertisements
उत्तर
(2 + (3 == 4) + 5) == 7
shaalaa.com
Relational Operator (>,>=,<=,=,!=)
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
