Write a program which accepts amount as float and display total number of Notes of $50 , 20, 10, 5, 2, 1, 0.50, 0.20, 0.10, 0.05 For example, when user enter a number, 575.95 the results would be like this...
11 $50
1 $20
1 $5
1 50c
2 20c
1 5c
please provide the answer