Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 583 Bytes

File metadata and controls

15 lines (10 loc) · 583 Bytes

Calculator

This project is a simple implementation of calculator in Java. It allows users to perform basic arithmetic operations such as addition, subtraction, multiplication, division and percentage.

Features

  • Addition: Add two numbers together.
  • Subtraction: Subtract one number from another.
  • Multiplication: Multiply two numbers together.
  • Division: Divide one number by another.
  • Percentage: Calculate percentage of a number.

Screenshots