Question: Deliverable 1 Write a program that contains a main function as well as a function named avgThree. The function avgThree averages three values. Its declaration

Deliverable 1 Write a program that contains a main function as well as a function named avgThree. The function avgThree averages three values. Its declaration is: double avgThree(double *xptr, double *yptr, double *zptr); Notice that the three arguments are all pointers to doubles. Test out this function inside your main function
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
