https://github.com/pabitra-33/calculator
I have Developed a simple calculator using Java SWING and Java AWT .
https://github.com/pabitra-33/calculator
Last synced: 3 months ago
JSON representation
I have Developed a simple calculator using Java SWING and Java AWT .
- Host: GitHub
- URL: https://github.com/pabitra-33/calculator
- Owner: Pabitra-33
- Created: 2023-04-25T18:57:34.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-07T06:04:37.000Z (over 1 year ago)
- Last Synced: 2024-05-07T07:25:11.844Z (over 1 year ago)
- Language: Java
- Size: 18.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Calculator
Creating a simple calculator using Java AWT and Swing, involves creating a graphical user interface (GUI) with number buttons, operator buttons, a text field to display input and result, and clear and equals buttons.
The calculator can perform addition, subtraction, multiplication, and division operations.Functionalities:
Addition: Allows users to add two numbers together.
Subtraction: Allows users to subtract one number from another.
Multiplication: Allows users to multiply two numbers.
Division: Allows users to divide one number by another.
Clear: Clears the display and resets the calculator.
Equals: Computes the result of the operation entered by the user.This calculator application helps the user calculating complex numerical numbers to a efficient way and helps to use easily.