so I'm writing a candy machine program in c++ for a class. I've got it to give the correct amount of change, but the assignment also requires that I display the coin change (quarters, dimes, nickels. would put dollars but I made to where the machine won't accept 5's or weird change, so there's no way to be able to get back more than 95 cents) I'm pretty sure the first step here is to multiply it by 100 and change it to an integer and then work with it. after that I'm stumped. not looking for a code answer, rather a logic hint