https://github.com/fadhilhakim/javacalulator
Calculator Java
https://github.com/fadhilhakim/javacalulator
calculator java java-8 netbeans-ide
Last synced: 11 days ago
JSON representation
Calculator Java
- Host: GitHub
- URL: https://github.com/fadhilhakim/javacalulator
- Owner: Fadhilhakim
- Created: 2024-11-27T09:22:47.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-11-27T11:02:53.000Z (8 months ago)
- Last Synced: 2024-12-27T11:35:00.107Z (7 months ago)
- Topics: calculator, java, java-8, netbeans-ide
- Language: Java
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Java Calculator

A simple calculator application created using Java Swing, designed for basic arithmetic operations such as addition, subtraction, multiplication, and division.
---
## Features
- **Basic Arithmetic**: Supports addition (`+`), subtraction (`-`), multiplication (`x`), and division (`/`).
- **Clear Function**: Reset the calculator with the `CLEAR` button.
- **Delete Function**: Remove the last input using the `HAPUS` button.
- **Decimal Support**: Perform calculations with decimal numbers.
- **Sign Toggle**: Change the number's sign using the `+/-` button.---
## Important!
- **java version** : "17.0.12" 2024-07-16 LTS
- **THIS IS A NETBEANS PROJECT**