This is a simple calculator program written in Java that can perform basic arithmetic operations such as addition, subtraction, multiplication, and division.
- Clone or download the repository to your local machine.
- Open the project in your Java development environment.
- Compile and run the Calculator.java file.
- Follow the on-screen prompts to enter two numbers and an operator (+, -, *, /).
- The program will perform the corresponding arithmetic operation and display the result.
- Simple and easy-to-use interface
- Handles division by zero error
- Performs basic arithmetic operations (+, -, *, /)
Java SE Development Kit 8 or later
Contributions to this project are welcome. If you find a bug or have a suggestion for improvement, please open an issue or submit a pull request.
This project was created by Kalutu Daniel.