public class test ( public static void main(string args) { int 1= 0; while (i) { if (i==4) { break; } ++i; } } ) What is the value of i at line 10?()
- A、 0
- B、 3
- C、 4
- D、 5
- E、 The code will not compile.
正确答案:E
答案解析:有
微信扫一扫手机做题
public class test ( public static void main(string args) { int 1= 0; while (i) { if (i==4) { break; } ++i; } } ) What is the value of i at line 10?()
微信扫一扫手机做题