Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 476 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 476 Bytes

Simple Calculator Project

This is a simple calculator program implemented in Java.

Features

  • Addition: Add two numbers.
  • Subtraction: Subtract one number from another.
  • Multiplication: Multiply two numbers.
  • Division: Divide one number by another.

Getting Started

You Should have

  • Java Development Kit (JDK) 8 or above
  • Git (optional)

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/calculator.git