Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/afra107/calculator-in-java
This project provides a simple and user-friendly tool for performing basic arithmetic operations. It allows users to perform calculations such as addition, subtraction, multiplication, and division. This project is designed with simplicity and ease of use in mind, making it an ideal tool for quick calculations.
https://github.com/afra107/calculator-in-java
calculator java javafx
Last synced: 17 days ago
JSON representation
This project provides a simple and user-friendly tool for performing basic arithmetic operations. It allows users to perform calculations such as addition, subtraction, multiplication, and division. This project is designed with simplicity and ease of use in mind, making it an ideal tool for quick calculations.
- Host: GitHub
- URL: https://github.com/afra107/calculator-in-java
- Owner: Afra107
- Created: 2023-04-30T11:02:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-23T07:26:41.000Z (8 months ago)
- Last Synced: 2024-05-23T08:37:23.300Z (8 months ago)
- Topics: calculator, java, javafx
- Language: Java
- Homepage:
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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