Computer Science, asked by sarbeshpadhy51, 7 months ago


2. Input three numbers. Print the highest and lowest of them assuming different numbers are input​

Answers

Answered by gaganadithyareddy9
0

Answer:

Hey! This is in python...

nums = [ ]

for i in range(3):

   x = int(input("Enter a number: "))

   nums.append(x)

print("Highest number = ", max(nums))

print("Lowest number = ", min(nums))

# HOPE THIS HELPS!!

Answered by 5025388p
0

Explanation:

mnvudcniubbjiv....njcfubnj

Similar questions