Project Description:
This project is a simple calculator program in Java that allows the user to enter their name and two integers. The program then performs the basic arithmetic operations: addition, subtraction, multiplication, and division.
The program includes error handling using try-catch to ensure only valid numbers are entered.
It contains a condition to prevent division by zero, ensuring safe execution.
The results are displayed neatly along with a welcome message including the user's name.
Objective:
To apply Java fundamentals such as variables, arithmetic operations, conditional statements, error handling, and organized output display.