Question: 3.3 Task 3: Return value but no parameters list Write a C program that has two functions called get_double and average. The function get_double reads

3.3 Task 3: Return value but no parameters list Write a C program that has two functions called get_double and average. The function get_double reads a double value from the user and returns it. The function average takes two parameters, the sum, and the number_of_values, and it returns the average based on those two parameters. Your program should use the get_double function and the average function to read N values and printing the average
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
