for (int i =0; i < 4; i +=2) {  System.out.print(i + “”);  }  System.out.println(i);  What is the result?()  

A .  0 2 4 B .  0 2 4 5 C .  0 1 2 3 4 D .  Compilation fails. E .  An exception is thrown at runtime.

时间:2022-10-07 19:16:16 所属题库:SCJP程序员认证考试题库

相似题目