赞题库-背景图
单项选择题

与以下程序段等价的是 ____
while (a)
{
if (b) continue;
C;
}

A.while(a)
B.while(c){if(!b) c;) {if(!b)break: c:)
C.while(c)
D.while(a){if(b) c:) {if(b) break: c;}