A Admin • 828.03K Points Coach Q. Which will legally declare,construct, and initlaize an array? (A) int myList [] [] = {4,9,7,0}; (B) int [] myList = (5, 8, 2); (C) int [] myList = {}; (D) int myList [] = {4, 3, 7}; Correct Answer - Option(D) Views: 14 Filed under category Java Hashtags: Share Manage Tags
Discusssion
Login to discuss.