假定a和b均为int型变量,则执行以下语句后b的值为( )。a=1; b=10;do{ b-=a; a++; } while(b– 假定a和b均为int型变量,则执行以下语句后b的值为( )。a=1; b=10;do{ b-=a; a++; } while(b– 2022-01-05 11