下列程序的输出结果是:   public class Test{   public static void main(Strin

分类: 2019江中知识赛B(看题模式) 发布时间: 2023-12-01 12:13 浏览量: 0

下列程序的输出结果是:   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