Reverse Polish Notation Calculator
You will need JAVA to run this program.
As part of my Java class I had to create a Reverse Polish Notation Calculator with a partner.
We implemented various functions beyond simple arithmetics. Feel free to use for any calculations!
How to use a RPN Calculator:
- Enter First number in operation
- Press ENTER to enter number
- Press Second number in operation
- Press another number and any operation afterwards to keep calculating
- Use POP to get back to previous calculated number
- Press Clear to clear the stack
For more info:
Reverse Polish Notation
Calculator features:
- Basic Arithmetic Functions
- Modulus and percent
- Trigonometric Functions
- Exponential and Logarithmic Functions
- Square Root and Reciprocal
- Mathematical constants e and pi
- Logical AND, OR, NOT, XOR
- Base conversion (hex, dec, oct, bin)
- Multiple Skins and Sounds (with on/off switch)
Jurassic Park Command Console
This is a simple program made in C. Just replicates the command console from the movie
Jurassic Park. Read the text file included for more info!
I'll eventually do a better one in Java.