11. (单选题) 下面程序运行结果为( ) int j=0; for(int i=0;i<=10;j+=i,i++); System.out.print(j);(本题2.0分)
A、 45
B、 55
C、 50
D、 编译时不能通过
出自:东北林业大学-Java程序设计(专升本)