class Sample2_2 { public static void main(String[] args) { for(int i=1; i<=500; i++){ } System.out.println("この計算結果は"+i+"です"); } }