samkeshmiri / Normal-Polish-Notation-Parser

Normal Polish Notation Parser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

------------------------------------------------------------------------
This is the project README file. Here, you should describe your project.
Tell the reader (someone who does not know anything about this project)
all he/she needs to know. The comments should usually include at least:
------------------------------------------------------------------------

PROJECT TITLE: Normal Polish Notation Calculator
PURPOSE OF PROJECT: co882 coursework assignment
VERSION or DATE: 
AUTHORS: Sam Keshmiri 
USER INSTRUCTIONS: input a calculation using + - or x in the following format;
entering
+ 3 4 
will produce 7
- x + 5 6 2 1
will produce 21

About

Normal Polish Notation Parser


Languages

Language:Java 100.0%