Coin calculator
Budget: $10 – $30 USD
Create a program that allows the user to enter in an amount of money. Then it should tell the user with the least amount of coins it takes to make up that amount. Turn in psuedo code, or flowchart with work. It should have the following functions:
one that accepts an amount ( do not allow negative numbers)
breaks the amount down (please use quaters, dimes, nickels, pennies)
one that accepts an amount ( do not allow negative numbers)
breaks the amount down (please use quaters, dimes, nickels, pennies)