//20090921 做累加/累乘動作。(中間有間隔。) import java.io.*; public class Countstep03 { public static void main(String args[]) throws IOException { // 宣告累加值 sum 及計算範圍 ...
blog.xuite.net