A. done B. one two done C. one two three done D. one two three two three done E. Compilation fails.
A. 0 2 4 B. 0 2 4 5 C. 0 1 2 3 4 D. 编译失败 E. 程序运行时抛出一个异常
A. int[] ia = new int[15]; B. float fa = new float[20]; C. char[] ca = "Some String"; D. Object oa = new float[20]; E. int ia[][] = {4,5,6}, {1,2,3};