Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialNathanael Luke
816 PointsGame stopped telling me how many tries are left.
Somehow I broke the part in my code where it requires seven tries before kicking you out. If someone could help me figure out what's wrong that would be awesome.
Nathanael Luke
816 Points2 Answers
Steven Parker
231,172 PointsNothing in the body of the loop starting on line 17 of "Prompter.java" changes the value of "isAcceptable", so the loop continues indefinitely.
Nathanael Luke
816 PointsWhat should be there?
Steven Parker
231,172 PointsThe video has "isAcceptable = true;
" on line 21 (line 24 in your version).
Nathanael Luke
816 PointsThank you so much! Problem solved!
Steven Parker
231,172 PointsSteven Parker
231,172 PointsTo make it possible for someone to help, make a snapshot of your workspace and post the link to it here.