|
|
const double *num1
... but it's obviously a personal preference.I think I have the first program correct but I am not sure if it is returning a type double as opposed to type const double. |
const double ComputeMaximum(double const *num1, double const *num2)
|
|