Question: 6 . Averaging a ) Define a function average ( ) with a parameter grades that can accept an arbitrary number of integer values. This
Averaging a Define a function average with a parameter grades that can accept an arbitrary number of integer values. This function returns the average of all values. b Define a main function to do the following: Call the average function with the following arguments: Create two random integers, x and y x is from range to and y is range from to inclusively. Call the average function with x and y Print al the results with the average computed to two dec
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
