单项选择题
哪个语句创建了一个数组实例?()
A.int[] ia= new int [15];
B.float fa= new float [20];
C.char[] ca= “Some String”;
D.int ia [][]= {4,5,6} {1,2,3};
点击查看答案
相关考题
