CODE DRILL 2 · RUN ONLY
This is a scratch drill — your code runs, nothing is graded or recorded. No test cases, no expected output, no verdict.
TASK
Declare the exact quizScores value, assign quizScores[1] to an int[] variable and quizScores[2][3] to an int variable. Without using loops, print the row length, the selected value, the selected row's length, and the selected integer, each on its own line.
OUTPUT
Sample2 5 4 9
What a finished answer prints, from the lesson. Nothing has run yet — press Run and this is replaced by your program’s own output.