int[][] myVals = {{2, 4, 6, 8},
{20, 40, 60, 80} };
?
Using the above two-dimensional array, what is the value of myVals[1][2]?
A. 4
B. 60
C. 6
D. 40
Answer: B
Computer Science & Information Technology
You might also like to view...
Explain the differences between public, private, and community clouds. What are some of the factors to consider when choosing which of the three to use?
What will be an ideal response?
Computer Science & Information Technology
Labels are aligned at the ________ edge of the cell
Fill in the blank(s) with correct word.
Computer Science & Information Technology