Computer Science, asked by darkphieoinix, 14 hours ago

What will be the output? (1) A=34 B=7 C=9 if A>B: if B>C: print(B) else: print(C)​

Answers

Answered by muskangoel01
0

Answer:

yes a isgreater than b

but b is less than c

so print c

ie output is 9

Similar questions