现有:  class WhileTests  {  public  static void main (String  []  args)  {      int X=5;  while (++x<4)  {      --x;     }  System.out.println( "x="+x);      }      } 结果是什么?()     

A . X=6 B . X=5 C . X=2 D . 编译失败

时间:2022-09-30 06:04:20 所属题库:Java认证考试综合练习题库

相似题目