You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
212206258 00a98a1895
更新
1 year ago
.idea feat: 增加计算器功能模块 1 year ago
calculator feat: 增加计算器功能模块 1 year ago
README.md 更新 1 year ago

README.md

work_calculator

计算器项目

简介

这是一个简单的计算器应用程序,支持基本的数学运算,如加法、减法、乘法和除法。该项目旨在帮助用户快速计算各种数学表达式。

安装步骤

  1. 克隆此仓库:
    git clone https://bdgit.educoder.net/fdzcxy212206216/work_calculator.git
    
    
    
    

使用说明

运行计算器:

运行Calculator类中的main方法

image-20241010015743136

功能特性

  • 支持加法、减法、乘法、除法和取余
  • 错误处理与输入验证

计算器界面

image-20241010020124115