摘要: 1 import java.util.Scanner; 2 /** 3 * @author 冰樱梦 4 * 时间:2018年下半年 5 * 题目:倒置输入的数 6 * 7 */ 8 public class Exercise07_02 { 9 public static void main(String[] args){ 10 Scanner ... 阅读全文
posted @ 2018-12-25 14:46 CHERRYL 阅读(290) 评论(0) 推荐(0) 编辑
摘要: 1 import java.util.Scanner; 2 /** 3 * @author 冰樱梦 4 * 时间:2018年下半年 5 * 题目:指定等级 6 * 7 */ 8 public class Exercise07_01 { 9 public static void main(String[] args){ 10 int score[... 阅读全文
posted @ 2018-12-25 14:45 CHERRYL 阅读(258) 评论(0) 推荐(0) 编辑
摘要: 1 import java.util.Scanner; 2 /** 3 * @author 冰樱梦 4 * 时间:2018年下半年 5 * 题目:检测密码 6 * 7 */ 8 public class Exercise06_18 { 9 public static void main(String[] args){ 10 Scanner in... 阅读全文
posted @ 2018-12-25 14:43 CHERRYL 阅读(266) 评论(0) 推荐(0) 编辑
摘要: 1 /** 2 * @author 冰樱梦 3 * 时间:2018年下半年 4 * 题目:一年的天数 5 * 6 */ 7 public class Exercise06_16 { 8 public static void main(String[] args){ 9 for(int i=2000;i<=2020;i++){ 10 ... 阅读全文
posted @ 2018-12-25 14:42 CHERRYL 阅读(205) 评论(0) 推荐(0) 编辑
摘要: 1 /** 2 * @author 冰樱梦 3 * 时间:2018年下半年 4 * 题目:数列求和 5 * 6 */ 7 public class Exercise06_13 { 8 public static void main(String[] args){ 9 System.out.printf("%-10s%-12s","i","m(i... 阅读全文
posted @ 2018-12-25 14:41 CHERRYL 阅读(298) 评论(0) 推荐(0) 编辑
摘要: 1 /** 2 * @author 冰樱梦 3 * 时间:2018年下半年 4 * 题目:显示字符 5 *1 2 3 4 5 6 7 8 9 : 6 ; ? @ A B C D 7 E F G H I J K L M N 8 O P Q R S T U V W X 9 Y Z 10 */ 11 public class Exercise06_12 { 12... 阅读全文
posted @ 2018-12-25 14:39 CHERRYL 阅读(198) 评论(0) 推荐(0) 编辑
摘要: 1 /** 2 * @author 冰樱梦 3 * 时间:2018年下半年 4 * 题目:金融应用,计算酬金 5 * 6 */ 7 public class Exercise06_11 { 8 public static void main(String[] args){ 9 System.out.printf("%-23s%-22s","销售... 阅读全文
posted @ 2018-12-25 14:37 CHERRYL 阅读(245) 评论(0) 推荐(0) 编辑
摘要: 1 /** 2 * @author 冰樱梦 3 * 时间:2018年下半年 4 * 题目:求小于10000的素数的个数 5 * 6 */ 7 public class Exercise06_10 { 8 public static void main(String[] args){ 9 int sum=0; 10 for(int... 阅读全文
posted @ 2018-12-25 14:36 CHERRYL 阅读(610) 评论(0) 推荐(0) 编辑
摘要: 1 /** 2 * @author 冰樱梦 3 * 时间:2018年下半年 4 * 题目:英尺和米之间的转换 5 * 6 */ 7 public class Exercise06_09 { 8 public static void main(String[] args){ 9 System.out.printf("%-28s%-28s%-26s... 阅读全文
posted @ 2018-12-25 14:35 CHERRYL 阅读(355) 评论(0) 推荐(0) 编辑
摘要: 1 /** 2 * @author 冰樱梦 3 * 时间:2018年下半年 4 * 题目:摄氏度和华氏度之间的额转换 5 * 6 */ 7 public class Exercise06_08 { 8 public static void main(String[] args){ 9 System.out.printf("%-23s%-22s%... 阅读全文
posted @ 2018-12-25 14:33 CHERRYL 阅读(424) 评论(0) 推荐(0) 编辑