以下程序的输出结果是_______ 。Main( ){ int a=0,x=5;For (;;){If(a==5) break;A++;X+=a; };Printf("%d\n",x); }
A.15
B.20
C.死循环
D.10
正确答案是B