Quote (Minkomonster @ Feb 14 2014 07:47pm)
Looks like you are off to a good start. Your while loops condition is wrong. You want to prompt for input until the user has tried twice. You are tracking how many times the user has attempted with the count variable. This means you would want to loop until count < 2, since you are starting at 0.
What else are you stuck on?
Oh wow I never would have noticed I used a > sign haha...
Well I'm confused as to how to finish out the program. I suppose I just need if statements in order to do the next few parts but I'm unsure how to set it up correctly.
I just tried running it, and when I enter 0 or 1, it prints "Sorry, you entered the wrong number etc." is that because I'm missing the if statements where the user enters 0 or 1?
This post was edited by SkaDiablo on Feb 14 2014 06:01pm