use
9.5: Write ac
for find maximum
preograme to
use of conclitional operator
numbers.
of two input
Answers
Answered by
0
Answer:
THIS IS FOR PYTHON
Explanation:
- x=int(input("Enter:"))
- y=int(input("Enter:"))
- if(x>y):
- print(x)
- else:
- print(y)
Similar questions