多做题,通过考试没问题!

Java认证考试

睦霖题库>其他计算机考试>Java认证考试

public class WhileFoo {   public static void main (String args) {   int x= 1, y = 6;   while (y--) {x--;}   system.out.printIn(“x=” + x “y =” + y);   }   }   What is the result?()

  • A、 The output is x = 6 y = 0
  • B、 The output is x = 7 y = 0
  • C、 The output is x = 6 y = -1
  • D、 The output is x = 7 y = -1
  • E、 Compilation will fail.
正确答案:E
答案解析:
进入题库查看解析

微信扫一扫手机做题