No description
Find a file
2018-04-03 00:43:24 +00:00
src/main/java/com/mehalter/calculator Updates 2015-05-30 10:56:46 -04:00
.gitignore remove files from sync 2015-05-22 11:45:04 -04:00
build.xml Add log functions 2015-03-24 10:08:47 -04:00
Calculator-v1.1.jar Update JAR 2015-09-25 13:34:29 -04:00
LICENSE Update LICENSE 2018-04-03 00:43:24 +00:00
README.md README format update 2015-03-13 15:59:36 -04:00

README

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)

  1. ~$ ant build
  2. ~$ ant Calculator

(Runnable JAR File)

  1. ~$ 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: