Skip to content

Hina7253/Elevate-Labs-Task-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 

Repository files navigation

Elevate-Labs-Task-1

πŸ”’ Java Console Calculator

This is a simple console-based calculator built using Java.
It allows users to perform multiple arithmetic operations continuously until they choose to exit.


πŸš€ Features

  • 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

πŸ› οΈ Technologies Used

  • Java (JDK 8+)
  • Command Line / Console

πŸ“‚ How to Run

  1. Clone this repository:
    git clone https://github.com/Hina7253/Elevate-Labs-Task-1.git
    

🎯 Internship Context

This project was developed as part of my internship at Elevate Labs, to strengthen my understanding of Java programming, loops, and console applications.

πŸ“Œ Example Output

Enter first number: 10 Enter an operator (+, -, *, /): * Enter second number: 5 Result: 50.0 Do you want to perform another calculation? (y/n): y

Author

Hina BCA 3rd Year Student

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages