Description
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. You should retain 3 decimal places
Input
four double arguments, test1, test2, test3, test4
Output
the average, or arithmetic mean of the four arguments