How would I write a function that receives a floating point number and the addresses of the integer variables named quaters, dimes, nickles, and pennies; the function should determine the number of quarters, dimes, nickles, and pennies in the number passed to it and write these values directly into the respective variables declared in its calling function.