摘要: package cao; public class fuck { public static void main(String[] args) { int[] a = { 38, 666, 74, 250, 62, 99, 20 }; int min, max; min = max = a[0]; 阅读全文
posted @ 2016-11-01 20:05 张晓锋 阅读(137) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2016-10-26 20:01 张晓锋 阅读(126) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2016-10-25 18:43 张晓锋 阅读(114) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2016-10-19 20:25 张晓锋 阅读(97) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2016-10-18 18:00 张晓锋 阅读(123) 评论(0) 推荐(0) 编辑
摘要: package day0; public class Example { public static void main(String[] args) { int a = 15; if (a >= 90) { System.out.println("优秀"); } else if ( a >= 80 阅读全文
posted @ 2016-10-18 16:40 张晓锋 阅读(282) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2016-09-28 20:00 张晓锋 阅读(94) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2016-09-28 19:10 张晓锋 阅读(88) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2016-09-27 19:55 张晓锋 阅读(78) 评论(0) 推荐(0) 编辑
摘要: java代码 public class HelloWord{ public static void main(String[] args){ System.out.println(" java程序"); } } 每个代码要用 ; 隔开 , 阅读全文
posted @ 2016-09-27 19:51 张晓锋 阅读(116) 评论(1) 推荐(0) 编辑