Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 597 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 597 Bytes

Calculator-java

Original calculator code, imitate the calculator on millet mobile phone.

Show

screen shot screen shot2

Usage

compile && run

chmod +x compiler.sh && ./compiler.sh

compile

javac Calculator.java

Other

*.class is generate file

Careful

1.2nd and deg functions are not implemented and are being implemented... 2.Calculator still has a lot of error, still be correcting 3.This algorithm is for infix expression suffix expression