摘要: public class shuzu { public static void main(String[] args) { // 数组 int[] a=new int[3];//定义数组 摆好位置,输入几留几个位置 a[0]=1; a... 阅读全文
posted @ 2015-12-05 08:33 琦仔 阅读(182) 评论(0) 推荐(0) 编辑
摘要: public class jiecheng2 { public static void main(String[] args) { // 1+1/2!+1/3!+1/4!=1/5!+...+1/20!=? int x=20; doubl... 阅读全文
posted @ 2015-12-05 08:32 琦仔 阅读(562) 评论(0) 推荐(0) 编辑
摘要: public class sanjiaoxing3 {//菱形 public static void main(String[] args) { int m=4; for (int i=0;i0;i--){ for(int j=0;j=0;j--){ ... 阅读全文
posted @ 2015-12-05 08:29 琦仔 阅读(246) 评论(0) 推荐(0) 编辑
摘要: 1 package chengfabiao; 2 3 public class chengfabiao { 4 5 public static void main(String[] args) 6 { 7 //九九乘法表 8 ... 阅读全文
posted @ 2015-12-05 08:17 琦仔 阅读(638) 评论(0) 推荐(0) 编辑