Skip to content

thecodewizardX/BasicCalculator-Java-AWT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Basic Calculator

Description

The Basic Calculator is a simple yet powerful tool designed to perform basic arithmetic operations such as addition, subtraction, multiplication,division and percentage. It provides users with a user-friendly interface and essential functionality for performing quick calculations.

Screenshots

img 1 img 2 img 3 img 4

Features

  • Arithmetic Operations: Perform addition, subtraction, multiplication, and division.
  • Clear Function: Clear the current calculation.
  • Decimal Support: Perform calculations with decimal numbers.
  • Error Handling: Display meaningful error messages for invalid inputs or operations and zero division error.
  • Keyboard Support: Support for both keyboard and mouse inputs for ease of use.

Usage

  1. Enter numbers and operations using the provided buttons or keyboard input.
  2. Press the "=" button to perform the calculation.
  3. Use the clear button to reset the calculator or clear the current input.
git clone https://github.com/your-username/basic-calculator.git
cd basic-calculator

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages