loop

Nov 30, 2014 at 1:54pm
loop
Last edited on Nov 30, 2014 at 8:13pm
Nov 30, 2014 at 2:08pm
It's impossible to say what you did wrong if you don't post the code that failed to work.
Nov 30, 2014 at 3:37pm
ok put in my errors in the code as well
Nov 30, 2014 at 3:41pm
Line 70: You're using the assignment operator (=), not the equality operator (==).
Your condition is always going to be true.
Nov 30, 2014 at 3:54pm
thank you fixed that
Topic archived. No new replies allowed.