Give the return values of the following expressions :– (given that p = 6 and q = 15)
a) (p = = 8 | | q = = 13)
b) (p < 7 && q > 12)
c) p != 22m
Answers
Answered by
6
Answer:
b) (p < 7 && q > 12) is correct answer
Similar questions