[填空题] 设有数组定义:int a[]=11,22,33,44,55,66,77,88,99;则执行下列几个语句后的输出结果是_____________。
for(int i=0;i<A.length;1++)
if(a[i]%3==0)System.out.println(a[i]+"");
33 66 99
上一篇 [单项选择题] 阅读下面代码 public class Test { String s="One World One Dream"; public static void
下一篇 [填空题] 多线程是Java程序的
版权所有 ©2023-2025 051e.com
ICP备案号:京ICP备12030808号