Solved

Declare (Give a Prototype For)a Function Named Average_grade

Question 8

Essay

Declare (give a prototype for)a function named average_grade.This function returns a double and has four double arguments,test1,test2,test3,test4.The return value should be the average,or arithmetic mean of the four arguments.Be sure to include a "prototype comment" that tells briefly what the function does.

Correct Answer:

verifed

Verified

//returns arithmetic mean of t...

View Answer

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions