https://github.com/aadewunmi/simplecalculator
Simple Calculator: A console-based Java Program which is a menu-driven. It performs basic operations e.g. addition, subtraction, multiplication and division.
https://github.com/aadewunmi/simplecalculator
java-8
Last synced: about 1 month ago
JSON representation
Simple Calculator: A console-based Java Program which is a menu-driven. It performs basic operations e.g. addition, subtraction, multiplication and division.
- Host: GitHub
- URL: https://github.com/aadewunmi/simplecalculator
- Owner: AAdewunmi
- Created: 2020-07-06T11:51:15.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-06T12:53:40.000Z (almost 5 years ago)
- Last Synced: 2025-01-25T06:11:34.742Z (3 months ago)
- Topics: java-8
- Language: Java
- Homepage:
- Size: 32.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Simple Java Calculator
A basic calculator in Java programming language which performs four mathematical operations i.e., addition, subtraction, multiplication, and division.
It uses the switch case to identify the input operator to perform required calculation and then display's the result on a computer console.## Installation:
Download or clone the repository and start the game by opening index.html page in your desired browser.
```sh
$ git clone https://github.com/AAdewunmi/SimpleCalculator.git
$ cd SimpleCalculator
```
## Console display :