Developed a Java Calculator Application that performs addition, subtraction, and division between two user-input numbers.
Utilized Scanner for input handling and switch-case statements to execute the selected operation.
Demonstrates understanding of Java basics, input handling, and conditional logic.