Function – parameter passed by reference
nExample
nWrite a function MakeChange. The user needs to supply one argument that specify the amount in the range of 1 to 99. The function will use four additional reference arguments to return the number of quarters, dimes, nickels and pennies needed to make the desired amount.
nSolution