Question: python using functions and if/else statements Write a program that prompts a user for three integers and prints the average, sum, and median (middle value).

python using functions and if/else statements
python using functions and if/else statements Write a program that prompts a

Write a program that prompts a user for three integers and prints the average, sum, and median (middle value). Example 1: Enter integer \#1: 1 Enter integer \#2: 10 Enter integer \#3: 2 Sum: 13 Average 4.33 Median: 2 Example 2: Enter integer \#1: 5 Enter integer \#2: 5 Enter integer \#3: 5 Sum: 5 Average 1.67 Median: 5

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock 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 Databases Questions!