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 trial

Java Java Arrays Iteration Review Looping over 2d arrays

Heidi peralta
PLUS
Heidi peralta
Courses Plus Student 4,961 Points

Is 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
Steven Parker
229,732 Points

You 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.

J is correct. What value did you use for boggle[ ].length? It's not j.