Give the result of the following expression (i) 5+3 > 7 && 7>= 4+3 (ii) 3==4 && 5!=5
Answers
Answered by
0
Answer:
- True
- False
Hope it helps
Answered by
0
There are many operators used here ,the logic used here was a logic gates
The && is the logical AND operator the result will be true only if both the values are true or nonzero.
the data given in the question was (i)5+3 >7 && 7 >= 4+3
(ii) 3==4 && 5!=5
In (i) 5+3 > 7 && 7 >= 4+3
8 > 7 && 7 >= 7
true && true
Therefore the result is true.T
In (ii) 3==4 && 5! = 5
it is an assigning && false
Therefore the result is false.
#spj 3
Similar questions
Hindi,
4 months ago
Science,
4 months ago
Computer Science,
4 months ago
Science,
9 months ago
Math,
9 months ago
Computer Science,
1 year ago