5、下面程序段中,循环语句的循环次数是______。 int x=0; while(x<6 ) { if (x%2 ) continue; if (x==4 ) break; x++; }

A.死循环 B.1 C.4 D.6

时间:2024-04-28 14:53:54

相似题目