Question: Write a program that takes three numbers and determine the minimum and maximum among them. You are not allowed to use min and max functions.

Write a program that takes three numbers and determine the minimum and maximum among them. You are not allowed to use min and max functions. Input: a) python C:\Users eda DataProgramming\M3\assign3-11.py -2 100 50 b) python C:\Users eda\Dataprogramming\M3\assign3-11.py 10.5 12 10.5 c) python C:\Users eda\Data Programming\M3\assign3-11.py 10 0 1 Output: a) Max: 100.0 Min: -2.0 b) Max: 12.0 Min: 10.5 c) Max: 10.0 Min: 0.0
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
