Click here to Skip to main content
15,912,205 members

Comments by ModestMonk (Top 4 by date)

ModestMonk 4-Sep-12 10:45am View    
Works, just had to add JQuery color due to it being background-color. Thanks bunches
ModestMonk 4-Sep-12 9:38am View    
Yeah, I can alter the color without the animation correctly but the animation crashes when I try to do it.
ModestMonk 31-Aug-12 13:47pm View    
Sadly still breaks.
ModestMonk 31-Aug-12 10:12am View    
Have they taught you how to compile an application yet? Have you built a simple hello world? If you have, start there but remove the hello world portion.

Next you'll have to add the part that takes the user's input for number of eggs.

Then you'll have to output the results using % that I talked about to get the remainder as well as output the other feilds.

Easiest way to start is to break down the application into steps, and do them one step at a time. It may seem complicated but if you break them down you can accomplish small tasks one at a time and you will eventually accomplish the entire thing.