This is a simple Java Calculator program that takes two numbers as input and performs basic arithmetic operations (+, -, *, /). It uses a switch case to handle different operations and includes error handling for division by zero. Finally, it displays the result to the user