# Java Calculator

https://github.com/STEPHNIE-FERNANDO/java-calculator

A simple Java-based calculator application that performs basic arithmetic operations like addition, subtraction, multiplication, and division. The project provides a graphical user interface (GUI) to make it easy for users to interact with the calculator.

## Features
– Perform addition, subtraction, multiplication, and division.
– Clear and reset functionality.
– Easy-to-use GUI built with Java Swing.

## Requirements
– Java 8 or higher.
– IDE (e.g., IntelliJ IDEA, Eclipse) or command-line environment.