Multiple Choice
Which one of the following statements is the correct definition for a two-dimensional array of 20 rows and 2 columns of the type integer?
A) int[][] num = new int[20][2];
B) int[][] num = new int[2][20];
C) int[][] num = new int[20,2];
D) int[][] num = new int[2,20];
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q6: When an integer literal is added to
Q85: Which one of the following statements about
Q96: Consider the following code snippet: public static
Q97: Consider the following line of code for
Q98: Assume the following variable has been declared
Q99: Select the statement that reveals the logic
Q100: Which statement is true about the code
Q102: Which one of the following is the
Q103: Is there any thing wrong with the
Q105: What is the valid range of index