摘要: 1 public class primeTest { 2 3 public static void main(String[] args) { 4 5 int i, j; 6 for (i = 3; i < 100; i++) { 7 ... 阅读全文
posted @ 2015-04-16 21:32 陶修瑕 阅读(143) 评论(0) 推荐(0) 编辑
摘要: 1 //THINGING IN JAVA P123 2 3 package java_test; 4 5 //Tests all the operators on all the primitive data types: 6 //to show which ones accept... 阅读全文
posted @ 2015-04-16 00:26 陶修瑕 阅读(145) 评论(0) 推荐(0) 编辑