下列程序的输出结果是( )。  public class fff{  void printValue (int m) {  do{System.out.println("The value is”+m):   }  while (--m>10)  }

admin2009-01-15  16

问题 下列程序的输出结果是(    )。  public class fff{  void printValue (int m) {  do{System.out.println("The value is”+m):   }  while (--m>10)  }  public static void main(String arg []){  int i=10;  Test t=new Test();  t.printValue(i);  }  }

选项 A、8
B、9
C、10
D、11

答案4

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

最新回复(0)