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 trialHeidi peralta
Courses Plus Student 4,961 PointsIs the standard variable name for an inner loop *not* "j"?
In a 2-level nested loop, the standard variable name is "i" and the inner loop is "j" as far as I understand, but the exercise's question comes back saying "j" is incorrect...Am I missing something?
2 Answers
Steven Parker
231,184 PointsYou are correct, but the challenge scoring may have confused you. I tried a little experiment and found that it can sometimes mark all the blanks wrong even if you only have mistakenly placed some of them.
But once you have them all correct you will get a successful result.
KRIS NIKOLAISEN
54,971 PointsJ is correct. What value did you use for boggle[ ].length? It's not j.