Basically, I'm trying to write a basic cash register program where it tells the user the correct amount of change as well as the most efficient way of handing out change i.e. if the purchase amount was $26.17 and the customer paid $30 then, the program should calculate that the change should be returned as $3 and 3 quarters and 0 dimes and 1 nickel and 3 pennies. I had it to where it would correctly show the dollars and quarters but not the rest of the change. now it only shows the whole change in the dollar column. How do I get it to show the correct change in each section?