Try making the following program without looking at this program's programming (however you can look at the actual program yourself): Enter an amount of money between $1 and $100 (without decimal part). Have your program output the least number of notes and coins top give this amount back as change in a shop. i.e for $72 the answer is 1x$50 + 1 x $20 + 1 x 2 for $46 the answer is 2x$20 + 1 x$5 + 1 x $1