摘要: 1 package shuzu; 2 3 import java.util.Scanner; 4 5 public class ZuoYe05 { 6 7 public static void main(String[] args) { 8 Scanner meng00=new Scanner(System.in); 9 Strin... 阅读全文
posted @ 2017-11-24 10:27 吉祥龙龙 阅读(284) 评论(0) 推荐(0) 编辑
摘要: 1 package shuzu; 2 3 import java.util.Arrays; 4 5 6 public class ZuoYe04 { 7 8 public static void main(String[] args) { 9 int[]array=new int[]{1,3,-1,5,-2}; //定义一个... 阅读全文
posted @ 2017-11-24 10:26 吉祥龙龙 阅读(375) 评论(0) 推荐(0) 编辑
摘要: 1 package shuzu; 2 3 import java.util.Scanner; 4 5 public class ZuoYe03 { 6 7 public static void main(String[] args) { 8 Scanner meng00=new Scanner(System.in); 9 int [... 阅读全文
posted @ 2017-11-24 10:24 吉祥龙龙 阅读(230) 评论(0) 推荐(0) 编辑
摘要: 1 package shuzu; 2 3 public class ZuoYe02 { 4 5 public static void main(String[] args) { 6 int points[]=new int[]{18,25,7,36,13,2,89,63}; 7 int min=0;//最小值 8 int... 阅读全文
posted @ 2017-11-24 10:23 吉祥龙龙 阅读(341) 评论(0) 推荐(0) 编辑
摘要: 1 package shuzu; 2 3 import java.util.Arrays; 4 import java.util.Scanner; 5 6 public class ZuoYe01 { 7 8 public static void main(String[] args) { 9 Scanner meng00=new Scanner(... 阅读全文
posted @ 2017-11-24 10:22 吉祥龙龙 阅读(236) 评论(0) 推荐(0) 编辑