欢迎来到易学考试网 易学考试官网
全部科目 > Java认证考试 > SCJP程序员认证考试

单项选择题

1. public class test ( 
2. public static void main(string args[]) { 
3. int 1= 0; 
4. while (i)  { 
5. if (i==4) { 
6. break; 
7. } 
8. ++i; 
9. } 
10.   
11. } 
12. )  
What is the value of i at line 10?()

    A. 0
    B. 3
    C. 4
    D. 5
    E. The code will not compile.

点击查看答案&解析

相关考题

微信小程序免费搜题
微信扫一扫,加关注免费搜题

微信扫一扫,加关注免费搜题