以下程序中,while循环的循环次数是______。Main(){int i=0;While(i<10){ if(i<1) continue;If(i==5)break;I++;}......}
A.1
B.10
C.6
D.死循环
正确答案是D