下列程序的输出结果是: public class Test{ public static void main(String[] args){ int [] array={2,4,6,8,10}; int size=6; int result=-1; try{ for(int i=0;i
A.Catch---1
B.Catch---2
C.Catch---3
D.以上都不对
E.B
F.3
正确答案是B