考試JAVA 96郵政試題 - 考試Michael · 2013-03-07Table of ContentsPostCommentsRelated Posts 11.執行下列程式Test1後,將列印 "12" 次Hello public class Test1 { public static void main (String[] args){ for(int i=1;i<5;i++) for(int j=6;j>2;j++) for(int k=i;k<3;k++) system.out.println("Hello"); } } 為什麼是12次呢??? 先謝謝各位高手解答。 -- 考試All CommentsAnthony2013-03-11你題目打錯了吧~j要是這條件不就作不完了Elizabeth2013-03-14無窮迴圈Heather2013-03-15題目要改為j--Related Posts考前焦慮101地特新聞行政(台中區)上榜心得關於IFRS與GAAP,今年會計師考試該如何寫考到了,卻也被酸了...101年地特新北市會計科上榜心得
All Comments