Solved

Which of the Following Is a Correct Method Header for Receiving

Question 13

Multiple Choice

Which of the following is a correct method header for receiving a two-dimensional array as an argument?


A) public static void passMyArray(int[1, 2])
B) public static void passMyArray(int[ ][ ])
C) public static void passMyArray[1][2])
D) public static void passMyArray(int[ ],int[ ] myArray)

Correct Answer:

verifed

Verified

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

Related Questions