A simple Java console calculator developed using core Java concepts like methods, loops, and Scanner for input.
This is a simple console-based calculator developed using Java. It performs basic operations like addition, subtraction, multiplication, and division with user input via the Scanner class.
Completed as Task 1 of a Java Developer Internship from Elevate Labs, focused on practical learning through daily coding tasks. The project helps in understanding Java basics, logic, and structure.
- Java (JDK)
- VS Code
- Terminal / Command Prompt
- Save file as
Calculator.java
- Open terminal in the file directory
- Compile with:
javac Calculator.java
- Run with:
java Calculator
To gain hands-on experience with Java basics through a real-world mini project and build confidence in coding.
Let me know once you add it to your GitHub repo — or if you want a slightly longer or more casual version!