Solved

Given the Following Two-Dimensional Array Declaration, Which Statement Is True

Question 52

Multiple Choice

Given the following two-dimensional array declaration, which statement is true?
int[ ][ ] numbers = new int[6][9];


A) The numbers array has 54 rows.
B) The numbers array has 15 rows.
C) The numbers array has 6 rows and 9 columns.
D) The numbers array has 6 columns and 9 rows.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions