下列代码的执行结果是: public class Test { public static void main(String[] args) { int[] x={0,1,2,3}; for(int i=0;i
A.error1
B.error2
C.error1 error2
D.2 error2
E.C
F.3
正确答案是C