以下のJavaのコードをコンパイル・実行した結果は?public class Sample { public static void main(String args[]){ int num = 0; while (num++ < 5); { System.out.print(num); } }}— あこめ (@akome_hero) 2018年7月8日
Permalink | 記事への反応(1) | 14:15
ツイートシェア
ヒント:空ループ