Computer Science, asked by bishalnath7576, 11 days ago

use
9.5: Write ac
for find maximum
preograme to
use of conclitional operator
numbers.
of two input​

Answers

Answered by VK3072006
0

Answer:

THIS IS FOR PYTHON

Explanation:

  1. x=int(input("Enter:"))
  2. y=int(input("Enter:"))
  3. if(x>y):
  4. print(x)
  5. else:
  6. print(y)
Similar questions