A. B. C. D.
A.double B.float C.int D.long
下面代碼片段中,循環(huán)體中語(yǔ)句將執(zhí)行()次: int x=8; do{ ++x; }while(x<8);
A.1次 B.0次 C.2次 D.8次