Skip to content

Latest commit

 

History

History
84 lines (65 loc) · 1.38 KB

File metadata and controls

84 lines (65 loc) · 1.38 KB

Java Calculator

Welcome to Java Calculator, a simple yet powerful console-based calculator built using pure Java.
It supports multiple arithmetic operations and is designed for beginners learning Java fundamentals.


Features

Addition
Subtraction
Multiplication
Division
Modulus (Remainder)
Square
Cube
Average
Percentage


Getting Started

Prerequisites

Make sure you have the following installed:

  • Java JDK 8 or above
  • A code editor or IDE like VS Code, IntelliJ IDEA, or Eclipse

Why This Project?

“Small steps lead to big learning.”
This was my first GitHub Java project, created to practice:
Java basics (variables, loops, conditionals)
Input/output handling
Arithmetic operations
Console interaction


Future Enhancements


Support for floating-point numbers
Add error handling (like division by zero)
Add scientific operations (roots, powers, logs)
Include unit tests for validation

🤝 Contributing

Contributions, issues, and feature requests are welcome! Feel free to:
⭐ Star this repo
🍴 Fork it
Open an issue


Clone the Repository


git clone https://github.com/Parth2753/Java-Calculator.git

Coder

Parth Rohilla
“Code. Compile. Create. Repeat.”
GitHub Profile-https://github.com/Parth2753 Submit a pull request