设有如下程序: public class Test5 { public static void main (String args []) { /* This is the start of a comment if (true) { Test5 = new test5(); System.out.println(\Done the test\); } /* This is another comment */ System.out.println (\The end\); } } 结果为?

时间:2022-11-16 23:38:41

相似题目