Computer Science, asked by naikgowtham007, 5 months ago

>>> x=4 >>> y =9 >>> z=15 >>>x<y or y>z will give result..
False
True
15
9​

Answers

Answered by jaisiricharan
1

Answer:

15

Explanation:

is right answer I think

Answered by simmi1122
0

Answer:

false

Explanation:

x=4

y=9

z=15

x<y<z

4 less than 9

9 less than 15

( but in question its given y greater than z) which is false

Similar questions