-->
当前位置:首页 > 题库

单选题:有如下程序段:

Luz3年前 (2022-11-11)题库692
有如下程序段:
int x = 2;
do{
x *= x;
} while(x <16);
该程序段执行后的x值:( )






A.32
B.16
C.8
D.4


答案:B