c++
19.(8 pts) Rewrite the value returning function definition below as a void function definition such that the caller of the function still has access to the resuit that is being returned by the value retuming function. Be sure to change the function return type and to add a parameter in the
OR
OR