摘要: public class xun { public static void main(String[] args) { int[] scores= {1,2,3,5}; int len=scores.length; //for 循环遍历 for(int i=0;i<len;i++) { int sc 阅读全文
posted @ 2018-09-01 21:45 emma0804 阅读(123) 评论(0) 推荐(0) 编辑
摘要: public class test2 { public static void main(String[] args){ Scanner input=new Scanner(System.in); System.out.println("please input the line"); int li 阅读全文
posted @ 2018-09-01 17:33 emma0804 阅读(385) 评论(0) 推荐(0) 编辑