Question: Write a program to prompt the user to input three numbers x, y and z. Find out the minimum and maximum of those three

Write a program to prompt the user to input three numbers x, y and z. Find out the minimum and maximum of

Write a program to prompt the user to input three numbers x, y and z. Find out the minimum and maximum of those three numbers. Enter three numbers (x y z): 5 -2 11 minimum = -2 maximum = 11 Enter three numbers (x y z): 12 18 -1 minimum = -1 maximum = 18 Enter three numbers (x y z): -3.5 -8.2 10 minimum = -8.2 maximum 10

Step by Step Solution

3.40 Rating (147 Votes )

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

Question You are answering ... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Algorithms Questions!