Kizspy | Question: 29
(Choose 1 answer)
A. int average(double, double);
The function which will compute the average of two real numbers should be prototyped as:
B. double average(double, double);
C. char average(double, double);
D. void average(double, double);