填空題

以下do-while語句中循環(huán)體的執(zhí)行次數(shù)是()
    a=10;    
    b=0;    
    do { b+=2; a-=2+b; } while (a>=0);


您可能感興趣的試卷