摘要: package ch11;import java.util.Scanner;/** * Created by liwenj on 2017/7/21. */public class T7 { public static void main(String[] args) { String sz="13 阅读全文
posted @ 2017-07-21 17:07 斯丢皮德曼 阅读(312) 评论(0) 推荐(0) 编辑
摘要: package ch11;import java.util.Scanner;/** * Created by liwenj on 2017/7/21. */public class T6 { public static void main(String[] args) { String w = "我 阅读全文
posted @ 2017-07-21 16:34 斯丢皮德曼 阅读(258) 评论(0) 推荐(0) 编辑
摘要: 文件1: 阅读全文
posted @ 2017-07-21 11:01 斯丢皮德曼 阅读(363) 评论(0) 推荐(0) 编辑
摘要: package ch11;/** * Created by liwenj on 2017/7/21. */public class T1 { public int getTotal(int[] scores){ int total=0; for(int i=0;i<scores.length;i++ 阅读全文
posted @ 2017-07-21 10:28 斯丢皮德曼 阅读(416) 评论(0) 推荐(0) 编辑