This Java program is a simple calculator that allows users to perform basic arithmetic operations, including addition, subtraction, multiplication, and division. The program continues to run until the user chooses to exit.
- Addition
- Subtraction
- Multiplication
- Division
- Handles division by zero
- Java Development Kit (JDK) installed on your machine.
- An IDE or text editor (e.g., IntelliJ IDEA, Eclipse, or Visual Studio Code) to run the program.
- Clone the repository or download the
Main.java
file. - Open the file in your preferred Java IDE or text editor.
- Compile the program using the command:
javac Main.java