what will he the otput of the following program
Attachments:
Answers
Answered by
0
Answer:
i) false
ii) true
Explanation:
i) a<b // false hence won't read the second statement and would return false
ii) a<b // false
a<c // true
hence true
May check the functions of the logical operators
Attachments:
Similar questions