该文被密码保护。 阅读全文
posted @ 2017-05-12 11:35 sky20080101 阅读(0) 评论(0) 推荐(0)
摘要: import java.util.*; public class People { //完成 main 方法 public static void main(String[] args) { People chinese=new Chinese(); chinese.speak(); People american... 阅读全文
posted @ 2017-05-12 11:23 sky20080101 阅读(125) 评论(0) 推荐(0)
摘要: import java.util.*; public class ArraySortScore { //完成 main 方法 public static void main(String[] args) { int counter=0; int[] scores=new int[]{89 , -23 ,... 阅读全文
posted @ 2017-05-12 10:59 sky20080101 阅读(314) 评论(0) 推荐(0)