✨ Earn college credits in Cybersecurity, JS, HTML, CSS and Python
🤑 Join the Treehouse affiliate program and earn 25% recurring commission!
New No-Code Track! 🚀start learning today!
🌟 Dreaming of a bright future? 🎓 Ask about the Treehouse Scholarship program! 🚀
Please fill in the correct answer in each blank provided below.
Fill in the blank(s) below:
This code will print out a Boggle game board. It requires a looping over a two dimensional loop. Will you fill in the missing blanks, with the standard variable names please?
char[][] boggle = { {'C', 'A', 'T'}, {'D', 'R', 'I'}, {'L', 'O', 'G'} }; System.out.printf("-------------%n"); for (int = 0; < boggle.length; ++) { for (int = 0; < boggle[].length; ++) { System.out.printf("| %s ", boggle[][]); } System.out.printf("|%n-------------%n"); }
There was an error while reporting the question. Please try again, or contact support directly.
Describe the issue (optional) (required)
Your feedback has been submitted. Thank you!
If you continue experiencing problems, please contact support at help@teamtreehouse.com.
Quizzes are the best way to test your knowlege. Sign up for Treehouse today and prove yourself. We guarantee 100% satisfaction.