This is a simple console-based calculator built using Java.
It allows users to perform multiple arithmetic operations continuously until they choose to exit.
- Perform Addition, Subtraction, Multiplication, Division
- Supports loop-based execution (multiple calculations without restarting the program)
- Handles invalid operators and division by zero gracefully
- Simple and beginner-friendly code structure
- Java (JDK 8+)
- Command Line / Console
- Clone this repository:
git clone https://github.com/Hina7253/Elevate-Labs-Task-1.git
This project was developed as part of my internship at Elevate Labs, to strengthen my understanding of Java programming, loops, and console applications.
Enter first number: 10 Enter an operator (+, -, *, /): * Enter second number: 5 Result: 50.0 Do you want to perform another calculation? (y/n): y
Hina BCA 3rd Year Student