part 2: write a program with total change amount as an integer input that outputs the change using the fewest coins, one coin type per line. the coin types are dollars, quarters, dimes, nickels, and pennies. use singular and plural coin names as appropriate, like 1 penny vs. 2 pennies. ex: if the input is: 0 or less, the output is: no change ex: if the input is: 45 the output is: 1 quarter 2 dimes your program must define and call the following function. void exactchange(double usertotal, int