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)


b. public static void passMyArray(int[][])

Computer Science & Information Technology

You might also like to view...

The ________ command allows you to cut or copy text, find and replace text, and use AutoText

A) Insert B) Tools C) Edit D) Help

Computer Science & Information Technology

Which of the following will be launched automatically if Windows 7 detects a problem while booting the system?

A. Restart Manager B. Microsoft Update C. Service-failure Recovery D. Startup Repair Tool

Computer Science & Information Technology