25.intx=12; 26. while (x < 10) { 27. x--; 28. } 29. System.out.print(x); What is the result?()
- A、 0
- B、 10
- C、 12
- D、 Line 29 will never be reached.
正确答案:C
答案解析:有

微信扫一扫手机做题
25.intx=12; 26. while (x < 10) { 27. x--; 28. } 29. System.out.print(x); What is the result?()
微信扫一扫手机做题