Quote Originally Posted by laserlight View Post
Examine:
Code:
    if( total >= 0.25 )
        *quarters = (total / 0.25);
Ok... get out your calculators... lets say the total is 100 ... what is 100 / 0.25?