Cash register program - having trouble with very small values (pennies)Edit/update - I solved it! I used [code]long double[/code] and did fmod() division again. Now, the p...
Cash register program - having trouble with very small values (pennies)@chicofeo - I appreciate your help. I did try using a double value like you gave for the [code]penni...
Cash register program - having trouble with very small values (pennies)Hi folks, I am having some hair-pulling trouble getting very small amounts (i.e., pennies) to work ...