Answered You can hire a professional tutor to get the answer.
write a C++ function double replace _if_ greater (double *P, double X) that replaces the value to which P points with X If X is greater, return the...
write a C++ function double replace _if_ greater (double *P, double X) that replaces the value to which P points with X If X is greater, return the old value to which p pointed.