Solved

What Is the Meaning of the Declaration: String [][] a =

Question 11

Multiple Choice

What is the meaning of the declaration: String [][] a = new String [60][80];?


A) Create an array of 60 strings,each of size 80 characters.
B) Create an array of 80 strings,each of size 60 characters.
C) Create a two-dimensional array of strings with 60 columns and 80 rows.
D) Create a two-dimensional array of strings with 60 rows and 80 columns.

Correct Answer:

verifed

Verified

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

Related Questions