Skip to content

enurinm/Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Calculator

Simple Integer Calculator. can use +,-,*,/,()

Usage

  • '수식을 입력한 후 엔터키를 누르세요.' 라는 문장 이후 정수, 사칙연산 기호(+, -, *, /), 소괄호( (, ))로 이루어진 수식을 적는다.
    • After the sentence 'Enter formula and press Enter', write down a formula consisting of an integer, a private operation symbol (+, -, *, /), and a square bracket (, ).
  • 엔터키를 누른다.
    • Press Enterkey.
  • 정답이 출력된다.(만약 정답이 소수일 경우, 정수로 변환되어 출력된다.)
    • The answer will be printed out.(If the correct answer is a decimal number, it is converted to an integer and output.)

About

Simple Integer Calculator. can use +,-,*,/,()

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages