Question: Write a Python program that reads in 3 numbers and displays the following: a) the average of the three numbers b) the maximum of the
Write a Python program that reads in 3 numbers and displays the following:
a) the average of the three numbers
b) the maximum of the three numbers
A sample run is shown below:
Enter three numbers: 5 8 12
The average of 5,8, and 12 is: 8.333333333333334
The maximum of the three numbers is: 12
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
