Ensure you have Java installed on your system. Ensure you are in the src folder Compile the ExpressionEvaluator.java file in the src folder using the following command: The application will prompt you ...
Simple calculator written in Java. It take an infix equation (5 + 6). Converts it to postfix notation (5 6 +). Then solves it.