单选题
有如下程序:
void main()
int n=9;
while(n>6)
n--;
printf("%d",n);
该程序的输出结果是( )。
A.987 B.876
C.8765 D.9876
A
B
C
D
【正确答案】
B
【答案解析】
提交答案
关闭