This is a basic calculator application developed in Java. It supports fundamental arithmetic operations and is designed for simple, everyday calculations. The project uses Gradle for build automation.
- Addition
- Subtraction
- Multiplication
- Division
- Clone the repository:
git clone https://github.com/chuthientuan/Calculator.git
- Navigate to the project directory:
cd Calculator - Build the project using Gradle:
./gradlew build
- Programming Language: Java
- Build Tool: Gradle

