2023年3月23日

写一个计算器

摘要: public class Calculator { public static void main(String[] args) { //写一个计算器,要求实现加减乘除功能,并且能够循环接收新的数据,通过用户交互实现。 //◆思路推荐: //写4个方法:加减乘除 //利用循环+ switch进行用户 阅读全文

posted @ 2023-03-23 01:24 盗版太极 阅读(26) 评论(0) 推荐(0)

导航