上一页 1 ··· 5 6 7 8 9
摘要: 1 package zuoye; 2 3 public class zuoyetest 4 { 5 6 public static void main(String[] args) 7 { 8 int c=20; 9 double d=1;10 ... 阅读全文
posted @ 2015-10-07 00:35 宗学唯zi 阅读(277) 评论(1) 推荐(0)
摘要: 1 package Lingxing; 2 3 public class lingxing { 4 5 public static void main(String[] args) 6 { 7 for (int h=0; h=h; l--)10 ... 阅读全文
posted @ 2015-10-04 20:33 宗学唯zi 阅读(198) 评论(0) 推荐(0)
摘要: 1 package Yuju; 2 3 public class yuju { 4 5 public static void main(String[] args) { 6 // 7 8 int age =18; 9 ... 阅读全文
posted @ 2015-09-29 23:05 宗学唯zi 阅读(135) 评论(0) 推荐(0)
摘要: 1 package zuoye; 2 3 public class zuoyetest { 4 5 public static void main(String[] args) { 6 // TODO Auto-generated method stub 7 ... 阅读全文
posted @ 2015-09-29 22:55 宗学唯zi 阅读(97) 评论(0) 推荐(0)
摘要: 1 package hello; 2 3 public class hello { 4 5 public static void main(String[] args) { 6 7 8 byte b=12; 9 System.out.println(... 阅读全文
posted @ 2015-09-28 22:46 宗学唯zi 阅读(112) 评论(0) 推荐(0)
摘要: 1 public class HelloJava{2 2 public static void main(String[]args){3 3 System.out.println("Hello Java");4 4 }5 5 }HelloJava 阅读全文
posted @ 2015-09-28 21:12 宗学唯zi 阅读(125) 评论(0) 推荐(0)
摘要: 1 public class HelloJava{2 public static void main(String[]args){3 System.out.println("Hello Java");4 }5 }View Code 阅读全文
posted @ 2015-09-26 12:34 宗学唯zi 阅读(95) 评论(0) 推荐(0)
上一页 1 ··· 5 6 7 8 9