摘要: 一。SquareInt.java public class SquareInt { public static void main(String[] args) { int result; for (int x = 1; x <= 10; x++) { result = square(x); // 阅读全文
posted @ 2016-10-13 22:19 IT瘦子 阅读(173) 评论(0) 推荐(0)