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.
✅ Addition
✅ Subtraction
✅ Multiplication
✅ Division
✅ Modulus (Remainder)
✅ Square
✅ Cube
✅ Average
✅ Percentage
Make sure you have the following installed:
- Java JDK 8 or above
- A code editor or IDE like VS Code, IntelliJ IDEA, or Eclipse
💡 “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
✨ Support for floating-point numbers
✨ Add error handling (like division by zero)
✨ Create a Graphical User Interface (GUI) version
✨ Add scientific operations (roots, powers, logs)
✨ Include unit tests for validation
Contributions, issues, and feature requests are welcome!
Feel free to:
⭐ Star this repo
🍴 Fork it
💬 Open an issue
git clone https://github.com/Parth2753/Java-Calculator.git
👤 Parth Rohilla
“Code. Compile. Create. Repeat.”
📦 GitHub Profile-https://github.com/Parth2753
🔧 Submit a pull request