题目内容
对于下列代码段,执行后输出结果是()。intn,m;int[]a=newint[5];n=10;m=10;try{for(inti=0;i<=a.Length;i++);a[i]=i;n=1/(n-m);}catch(DivideByZeroExceptione1){Console.WriteLine(“产生零除异常!”);}catch(IndexOutOfRangeExceptione2){Console.WriteLine(“产生数组访问越界异常!”);}
查看答案
搜索结果不匹配?点我反馈