[填空题] 下列程序的输出结果是 【10】 。class Test public static void main (String args[ ] )int m = 6; do m - -; w
19 查阅
[填空题] 下列程序的输出结果是 【10】 。
class Test public static void main (String args[ ] )int m = 6; do m - -; while (m>0); System.out.println("m = " +m);
参考答案: