设有数组定义: int MyIntArray[] = {10, 20, 30, 40, 50, 60, 70};, 则执行下列几个语句后的输出结果是______。 int s = 0; for(int

admin2008-02-11  56

问题 设有数组定义: int MyIntArray[] = {10, 20, 30, 40, 50, 60, 70};, 则执行下列几个语句后的输出结果是______。
              int s = 0;
              for(int i = 0;  i < MyIntArray,length;  i++)
              s += MyIntArray;
              System.out.println(s);

选项

答案280

解析
转载请注明原文地址:https://kaotiyun.com/show/i6np777K
0

相关试题推荐
随机试题
最新回复(0)