public static void main(String[]args){ for(inti=0;i<=10;i++){ if(i>6)break; } System.out.println(i); } What is the result?()

A . 6 B . 7 C . 10 D . 11 E . Compilation fails. F . Anexception is thrown at runtime.

时间:2022-10-09 04:22:55 所属题库:Java认证考试综合练习题库

相似题目