[单项选择题] 下列程序的输出结果是______。public class ex23{ public static void main(String[] args) { int n=4;. int x=0;. do{ X++; }while(n++<7); System.out.println(n); }}
A.6
B.7
C.8
D.n
正确答案:C

[单项选择题] 下列程序的输出结果是______。public class ex23{ public static void main(String[] args) { int n=4;. int x=0;. do{ X++; }while(n++<7); System.out.println(n); }}
A.6
B.7
C.8
D.n
正确答案:C
上一篇 [填空题] 面向对象的模型中,最基本的概念是对象和 ______。
下一篇 [填空题] 下面程序是用来打印九九乘法表的,请补充完整。 Dim i As Integer,j As Integer,Strl$ Strl=" " For i=1 To 9