Im in need of desperate help!
For example, if the amount given by the user is 86 cents the output would look like:
86 cents can be given as
3 Quarter(s) 1 dime(s) and 1 penny (pennies)
i can only use coin denominations of 25 cents (quarters), 10 cents (dimes), and 1 cent (pennies) no using nickels or half dollars
i also need to include a loop that lets the user repeat this computation for new input values until the user says he or she wants to end the program.
And please, I want the whole sloution, not just telling me how to do it, we payed money to get answers for experts!!
and here is something that we use in our computing, though I dunno where to put it
number = remain/coin_value;
remian = remain/coin_value;
HELP!!
Start Free Trial