Question: Program 1 Write a function called SumOfThree that accepts 3 floating point numbers as parameters. The function should return the sum of the numbers. Write
Program
Write a function called SumOfThree that accepts floating point numbers as parameters.
The function should return the sum of the numbers.
Write a function called AverageOfThree that accepts floating point numbers as
parameters. The function should return the average of the numbers.
Write a function called MiddleOfThree that accepts floating point numbers as
parameters. The function should return the middle of the numbers.
Write a program that gets integers from the user as user input using the python input function
and then uses the functions SumOfThree, AverageOfThree, and MiddleOfThree to find the sum,
average, and middle of the numbers. The results should be printed to the users screen. The
program should begin with a header your name, the assignment # brief description of what the
program does, the date of the assignment, etc. The user interface should be easy to use and
formatted with care
python
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
