Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started