单选题
下列程序执行后的结果为______。 public class exl2 { public static void main(string[] args) { int n=4; int x=0; do{ System.out.print(n); }while (x++<n--); } }
A、
12
B、
432
C、
43
D、
4
【正确答案】
B
【答案解析】
提交答案
关闭