Computer Science, asked by sneha200854, 2 months ago

OUTPUT FOR THE FOLLOWING , (x < z) && (x == y); where x=5,y=6,z=7. Your answer

Answers

Answered by gamerforlife123qwe
0

Answer:

false

Explanation:

x<z; true

x==z; false

As both are not true

answer is false as here we are using && relational operator ,

I think your question is incomplete but if it isn't this should be the answer d

for the same

Similar questions