Coder Social home page Coder Social logo

java-calculator's Introduction

깃허브

java-calculator

필수 요구사항

  1. 입력을 받았을 경우 사칙연산(+, -, *, /)이 가능해야 한다.
  2. 피연산자(숫자)의 범위는 Integer로 한정한다.

추가 요구사항

  1. 숫자에 소수를 적용해본다.
  2. 사칙연산 우선순위를 적용한다.
    • *, /와 +, -가 있다면 *, / 가 먼저 진행되어야 한다.

cf) 추가 요구사항은 순서대로 적용해보시고, 필수 요구사항이 모두 구현을 하고 난 이후에 구현해주시길 바랍니다.

프로그램 실행 결과

1 + 2
결과 : 3

1 - 2 + 5
결과 : 4

3 * 4
결과 : 12

3 + 2 * 3
결과 : 9

미션 가이드 (학생)

  1. ReadMe에 각 객체에 대한 간단한 다이어그램(설명)을 작성한다.

  2. ReadMe에 각 요구사항에 대한 체크 리스트를 작성한다.

  3. 커밋은 최소한의 단위로 진행한다.

  4. 객체지향 생활 체조를 지켜서 개발한다.

    객체지향 생활 체조 총정리

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.