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.

时间:2022-10-26 19:20:50 所属题库:SCJP程序员认证考试题库

相似题目