A Admin • 832.27K Points Coach Q. Choose the correct way of initializing a multidimensional array below. (A) int[][] code = {{1,2},{3,4,5}}; (B) int[2][] code = {{1,2},{3,4,5}}; (C) int[][] code={1,2,3,4,5}; (D) All of the above Correct Answer - Option(A) Views: 23 Filed under category Java Hashtags: Share Manage Tags
Discusssion
Login to discuss.