This repository contains a Calculator application built using Java. The program allows users to perform basic arithmetic operations efficiently.
- Addition, subtraction, multiplication, and division
- User-friendly interface (GUI-based)
- Handles invalid inputs gracefully
- Clone the repository:
git clone /~https://github.com/maruf346/java-calculator.git
- Navigate to the project directory.
- Compile the Java file:
javac Calculator.java
- Run the program:
java Calculator
Java Development Kit (JDK) installed Basic knowledge of Java
Adding advanced mathematical functions (e.g., square root, power) Implementing a GUI with Java Swing
Author: Maruf Hossain
Dept. of CSE
Green University of Bangladesh
📧 Email: maruf.bshs@gmail.com
Feel free to explore, use, and contribute! 🚀😊