Computer Science, asked by aishanyadwivedi18feb, 8 months ago

Write an if condition to check out of the three numbers x, y and z , y is the greatest.

Answers

Answered by nalanagulajagadeesh
2

Answer:

if y>x& x>z,then y is the greatest number.

Similar questions