Multiple Choice
What is the output of the code snippet below?
Int[][] numarray =
{
{ 8, 7, 6 },
{ 0, 0, 0 }
};
System.out.print(numarray[0][0]) ;
System.out.print(numarray[1][0]) ;
A) 00
B) 87
C) 80
D) 08
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q65: Which one of the following statements is
Q66: What will be printed by the statements
Q67: Consider the following code snippet in Java
Q68: Assume the following variable has been declared
Q69: What is the output of the following
Q71: Consider the following 2-dimensional array. Select the
Q72: Which statements are true about the buffer
Q73: Assume the array of integers values has
Q75: Consider the following code snippet: String[] data
Q82: Your program needs to store an integer