Answer this question asap
Attachments:
Answers
Answered by
1
Answer:
8
21
true
1
true
Explanation:
5<6 (which is true so result will be first part i.e. 8)
2!=2 (which is false so result will be second part i.e. 21)
(9>=9) (which is true as 9=9), (20==20) (which is also true so the result will be true)
31%3 (% gives remainder of a division so result will be 1)
!(158==159) (as 158 is not equal to 159 result will be false but '!' is also used here which me 'not' so result will be 'not false' i.e. 'true')
.
.
.
.
HOPE THIS HELPS YOU FRIEND
Similar questions