Question: Write a python program that accepts floating point values saved in list. There should be 3 functions in your program that accepts the list as
Write a python program that accepts floating point values saved in list. There should be 3 functions in your program that accepts the list as parameter: one that averages the list elements, one that gets the highest and lowest entered values (without sorting the list), and one that totals the list elements. Ask the user which function task to perform and allow them to repeat the process if they wish to.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
