网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)

以下不构成无限循环的语句或者语句组是( )。

A.n=0;

B.n=0; do{++n;}while(n<=0); while(1){n++}

C.n=10;

D.for(n=0,i=1;;i++)n+=i; while(n);{n--;)


参考答案

更多 “ 以下不构成无限循环的语句或者语句组是( )。A.n=0;B.n=0; do{++n;}while(n<=0); while(1){n++}C.n=10;D.for(n=0,i=1;;i++)n+=i; while(n);{n--;) ” 相关考题
考题 以下不构成无限循环的语句或语句组是()。A.n=0;do {++n;} while (n<=0);B.n=0;while (1) { n++;}C.n=10; while (n); {n--;}D.for(n=0,i=1; ; i++) n+=i;

考题 以下不构成无限循环的语句或语句组是_______。A.n=10; while(n);{n--;}B.n=0; while(1){n++;}C.n=0; do{++n;}while(n<=0);D.for(n=0,i=1;;i++)n+=i;

考题 【单选题】以下不能构成无限循环的语句或语句组是()A.n=0; do {++n;}while(n>=0);B.n=0; while(1) { n++; }C.n=10; while(n) n--;D.for(n=0;i=1;i++) n+=1;

考题 8、以下不构成无限循环的语句或语句组是()。A.n=10; while (n); {n--;}B.n=0; while (1) { n++;}C.n=0; do {++n;} while (n<=0);D.for(n=0,i=1; ; i++) n+=i;

考题 【单选题】以下不会构成无限循环的语句或语句组是_______。A.n=0; do{++n;}while(n<=0);B.n=0; while(1){n++;}C.n=10; while(n);{n--;}D.for(n=0,i=1; ;i++)n+=i;

考题 31、以下不构成无限循环的语句或语句组是()。A.n=0;do {++n;} while (n<=0);B.n=0;while (1) { n++;}C.n=10; while (n); {n--;}D.for(n=0,i=1; ; i++) n+=i;

考题 以下不会构成无限循环的语句或语句组是()。A.n=0; do{++n;}while(n<=0);B.n=0; while(1){n++;}C.n=10; while(n) ; { n--; }D.for(n=0,i=1; ;i++) n+=i;

考题 【单选题】一下不构成无限循环的语句或语句组是()。A.n=0; do {n++;} while(n<=0);B.n=0; while(1) { n++; }C.n=10; while(n); { n--; }D.for(n=0,i=1;;i++) n+=i;

考题 2、以下不构成无限循环的语句或语句组是________。A.n=0;while (1) { n++;}B.n=0;do {++n;} while (n=0);C.n=10;while (n); {n--;}D.for(n=0,i=1; ; i++) n+=i;