Question: Hello can someone help me with this assignment. It is C programing Note: Write neatly please and number your answers as to match the questions
Hello can someone help me with this assignment. It is C programing
Note: Write neatly please and number your answers as to match the questions 1. (80 points) Write a void function named compute average, which takes in two double type numbers, computes their average, and relates the result back to a calling function using an output parameter. The function looks like this below. You fill out the missing function parameters and function body // you add function parameters void compute average ( /you add details here 2 (20 pts) The following code fragment calls the function computel average. Fill out the missing arguments in the function call. Note: there is no error in the code fragment double numl12.6 double num2 = 24.8; double average compute average (
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
