Question: write a function called minmaxave(numbers), which will calculate the maximum, minimum and average values of the given list of numbers and return them to the
write a function called minmaxave(numbers), which will calculate the maximum, minimum and average values of the given list of numbers and return them to the calling statement. Test your function as below: printminmaxave([3,5,2.3,5,10,4.2]) Should print out: 10, 2.3,4.916
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
