First page Back Continue Last page Graphics
MORE ON REFERENCE
If you remove the const from the reference parameter, you are saying you expect the function to change the values in the calling program.
Note, you don't put any & on the calling arguments (real parameters) or on the use of the formal parameters inside the function. Only on the definition of the formal parameters in the function statement itself.