摘要: 使用之前的案例写出一个计算器 计算器案例 import java.util.Scanner; public class Demo07 { public static void main(String[] args) { Scanner s =new Scanner(System.in); while 阅读全文
posted @ 2021-04-05 17:36 lmk007 阅读(81) 评论(0) 推荐(0)