Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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