Write an application that prompts for and reads a double value representing a monetary amount. Then determine the least number of each bill and coin needed to represent that amount, starting with the highest (assume that a ten-dollar bill is the maximum size needed). For example, if the value entered is 47.63 (fortyseven dollars and sixty-three cents), then the program should print the equivalent amount as
4 ten dollar bills1 five dollar bills2 one dollar bills2 quarters1 dimes0 nickles3 pennies
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.