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

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.

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 :

![Image of Console](src/Screenshot.png)