You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
4 years ago | |
---|---|---|
src/main/java/com/mehalter/calculator | 7 years ago | |
.gitignore | 7 years ago | |
Calculator-v1.1.jar | 7 years ago | |
LICENSE | 4 years ago | |
README.md | 7 years ago | |
build.xml | 7 years ago |
README.md
README
== RPN-Calculator ==
Creator : Micah Halter
Version 1.00 13 March 2015
Requires: Java8 (optonal: ANT)
====================================================================== I. Description
Compiling and Running:
(From ant build.xml)
- ~$ ant build
- ~$ ant Calculator
(Runnable JAR File)
- ~$ java -jar Calculator-vXXX.jar
This is a java based reverse polish notation calculator for my current advanced programming class. We started off building a stack data structure class, and then building this calculator around it.
II. Included
- README.md
- LICENSE
- Calculator-vXXXX.jar
- src
====================================================================== Contact
Question, Comments, and Bugs at: