Solved

Which of the Following Is a Correct Method Header for Receiving

Question 21

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[]myArray1, int[]myArray2)
B) public static void passMyArray(int[][] myArray)
C) public static void passMyArray[][](int myArray)
D) public static void passMyArray(array myArray)

Correct Answer:

verifed

Verified

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

Related Questions