No description
Find a file
2021-04-26 12:26:12 -07:00
Exceptions Fixed a serialVersionUID error in custom exceptions 2018-05-22 12:52:26 -07:00
Instructions Clean-up 2018-05-24 07:46:38 -07:00
.classpath Memory recall works with negative numbers by subsituting in (0 - num) 2018-05-18 12:38:45 -07:00
.DS_Store Clean-up 2018-05-24 07:46:38 -07:00
.gitignore Memory recall works with negative numbers by subsituting in (0 - num) 2018-05-18 12:38:45 -07:00
.project Memory recall works with negative numbers by subsituting in (0 - num) 2018-05-18 12:38:45 -07:00
ArrayTools.java 1) Added specialized exceptions 2018-05-18 14:29:39 -07:00
Calculator2.java Clean-up 2018-05-24 07:46:38 -07:00
CalculatorCli.java Clean-up 2018-05-24 07:46:38 -07:00
FixTools.java 1) Added specialized exceptions 2018-05-18 14:29:39 -07:00
hw5_input2.txt First Commit 2018-05-18 12:03:10 -07:00
hw5_input3.txt First Commit 2018-05-18 12:03:10 -07:00
hw5_output.txt First Commit 2018-05-18 12:03:10 -07:00
LinkedListStack.java First Commit 2018-05-18 12:03:10 -07:00
README.md Update and rename README.txt to README.md 2021-04-26 12:26:12 -07:00

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