1.Do-while括號(hào)表達(dá)式的值為真時(shí)抑淫,循環(huán)體執(zhí)行嗤堰。unsigned int k=0;do{++k;} while (k>=0);//死循環(huán)2.while括號(hào)表達(dá)式的值為真...
![240](https://cdn2.jianshu.io/assets/default_avatar/4-3397163ecdb3855a0a4139c34a695885.jpg?imageMogr2/auto-orient/strip|imageView2/1/w/240/h/240)
IP屬地:內(nèi)蒙古
1.Do-while括號(hào)表達(dá)式的值為真時(shí)抑淫,循環(huán)體執(zhí)行嗤堰。unsigned int k=0;do{++k;} while (k>=0);//死循環(huán)2.while括號(hào)表達(dá)式的值為真...
include<stdio.h> int main(){char a;printf("Input simple:\n");scanf("%c",&a);if(a>=48&&a...