Welcome to this simple Java calculator project! This calculator is designed without using the evaluate function, focusing on how to properly process mathematical calculations without relying on pre-built libraries.
The goal of this project is to understand and implement mathematical calculations such as addition, subtraction, multiplication, and division without leveraging the built-in evaluate
function of Java. This approach provides a deeper understanding of how these operations are handled at a lower level.
This project was developed using the following tools:
This project is licensed under the MIT License. Please see the LICENSE file for more details.