摘要: 需求:对Calculator的加减乘除方法检查是否正确如果有问题,将出现问题的方法名称和问题名称、原因、次数记录到文件中 Calculator类 1 package day2_17; 2 3 /** 4 * @Author Tianhao 5 * @create 2021-02-17-15:12 6 阅读全文
posted @ 2021-02-17 15:49 dog_IT 阅读(70) 评论(0) 推荐(0) 编辑
摘要: Person类 1 package day2_17; 2 3 /** 4 * @Author Tianhao 5 * @create 2021-02-17-13:35 6 */ 7 8 9 public class Person { 10 11 public void eat() { 12 Syst 阅读全文
posted @ 2021-02-17 14:55 dog_IT 阅读(82) 评论(0) 推荐(0) 编辑