It is a simple calculator i created. The algorithm inside of this project is using Stack Algorithm with priority. The priority is based on the operator. The operator priority is like this:
- Parentheses
- Exponentiation
- Multiplication and Division
- Addition and Subtraction