This Java program is a basic console-based calculator that performs arithmetic operations. It allows users to add, subtract, multiply, and divide two numbers. The program is designed to be user-friendly and provides a menu for selecting the desired operation.
Features: User Input: Prompts the user to enter two integers. Operations: Addition Subtraction Multiplication Division (with a check for division by zero) Display all results at once Menu: Provides a menu to choose the operation and repeats until the user decides to exit. Exit Option: Allows the user to exit the program gracefully.