Solved

Which One of the Following Statements Is Correct for Displaying

Question 88

Multiple Choice

Which one of the following statements is correct for displaying the value in the third row and the fourth column of a two-dimensional 5 by 6 array?


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

Correct Answer:

verifed

Verified

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

Related Questions