A simple, fully functional graphical user interface (GUI) calculator application built with Java. This basic calculator supports fundamental arithmetic operations: addition, subtraction, multiplication, and division.
- Basic Operations: Perform addition, subtraction, multiplication, and division.
- Clear Functionality: Reset the display using the "C" button.
- Decimal Support: Supports decimal numbers for precise calculations.
- Responsive Design: The calculator layout is easy to use with large buttons.
- Java Version: 8 or higher
- IDE/Compiler: IntelliJ IDEA, Eclipse, or any Java IDE with the ability to run GUI-based programs.
- Clone this repository to your local machine:
git clone https://github.com/A-R-Sobuj/basic-calculator-java.git