ga-wdi-exercises / project1

[project] GA- Project 1
3 stars 75 forks source link

interminable while loop #250

Closed superbuggy closed 8 years ago

superbuggy commented 8 years ago

I have a while loop which doesn't terminate every time; i have some break statements embedded within a conditional statement checking to see if the loop should be broken. there is also a counter variable inside that should cause it to break.