Solved

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

Question 24

Multiple Choice

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


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

Correct Answer:

verifed

Verified

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

Related Questions