Solved

Which One of the Following Statements Is Correct for Displaying

Question 10

Multiple Choice

Which one of the following statements is correct for displaying the value in the second row and the third column of a two-dimensional, size 3 by 4 array?


A) System.out.println(arr[1][2]) ;
B) System.out.println(arr[2][3]) ;
C) System.out.println(arr[2][1]) ;
D) System.out.println(arr[3][2]) ;

Correct Answer:

verifed

Verified

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

Related Questions