您所在的当前位置: 计算机等级考试题库   >  
JAVA题库  
  >   [填空题] 下列程序段的输出结果为 【10】 。 public class Test void printValue(int m) do Systern.out,println("The value is "+m); while(-m>10); public static void main(String arg[]) int i=10; Test t=new Test(); t.print Value(i);
问题:
发布时间:2022-07-01

[填空题] 下列程序段的输出结果为 【10】
public class Test
void printValue(int m)
do
Systern.out,println("The value is "+m);

while(-m>10);

public static void main(String arg[])
int i=10;
Test t=new Test();
t.print Value(i);

可能感兴趣的题目: