以下do-while語(yǔ)句中循環(huán)體的執(zhí)行次數(shù)是() a=10; b=0; do { b+=2; a-=2+b; } while (a>=0);
當(dāng)a=1,b=2,c=3時(shí),執(zhí)行以下程序段后b=() if (a>c) b=a; a=c; c=b;