Code Monkey home page Code Monkey logo

learn-git-4's Introduction

整数计算器

运行效果

请输入需要计算的整数(如:1+10):
10+1
11

文件说明

.
└── src     --------------------代码文件目录
   ├── RunMain.java ------------主函数
   ├── Add.java     ------------加法
   ├── Divide.java  ------------除法
   ├── Multiply     ------------乘法
   ├── Subtract     ------------减法
   ├── Input        ------------用户输入
   └── Result       ------------获取结果

分工

按照分工完成对应的方法,很简单~

  • 10672661:加法
  • TieJiang13:乘法
  • soreak:乘法
  • Mangnolia:除法
  • cjw0816:用户输入
  • BlueNeet:获取结果
  • Oscar-x:主函数

注意事项

  1. 非实际开发,仅用于熟悉Git操作,工程目录、类的划分等都不符合规范
  2. 变量命名必须使用英语,见名知意(除了一些局部变量,比如用来遍历的可以用x,i)
  3. 代码不符合要求或者有错误,PR会被我退回,需留意消息
  4. 只有整数的加减乘除,不用考虑其他特殊情况或者异常处理
  5. 使用IDE记得添加.gitignore不要commit到其他无关文件

learn-git-4's People

Contributors

aaronlinv avatar soreak avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.