View Single Post
Old 12-19-2008, 02:25 AM   #6 (permalink)
phpGuy
 
Newb Techie

Join Date: Dec 2008

Posts: 13

phpGuy is on a distinguished road

Default Re: Need Help with Program

quarters = cents/25
theRest = cents%25

doesn't work for every iteration.

if the user inputs 55 cents it works for 2 quarters but how do you account for only one quarter?
phpGuy is offline