No description
- Java 100%
| Exceptions | ||
| Instructions | ||
| .classpath | ||
| .DS_Store | ||
| .gitignore | ||
| .project | ||
| ArrayTools.java | ||
| Calculator2.java | ||
| CalculatorCli.java | ||
| FixTools.java | ||
| hw5_input2.txt | ||
| hw5_input3.txt | ||
| hw5_output.txt | ||
| LinkedListStack.java | ||
| README.md | ||
Java Calculator
A java string-parsing calculator making use of *-fix notation. Created as part of my Algorithms class at EWU. There are CLI and GUI versions.
Assignment Details
Problem 1:
Run CalculatorCli.java. Without any arguments, it will read from and write to the file the given equations.
Problem 2:
Run Calculator2.java I added a memory system, so M+ will save the current result (if there is one) and MR will add that to the screen