Skip to content

maradeeym/calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Name

Simple Calculator

Description

Simple Calculator is console application written in C++. It can do simple calculations like sum, subtract, multiply or divide. Code can ran on any C++ building platform for example Xcode or Codeblocks.

Usage

First, Program will ask user to input calculation operator first. It only accepts +, -, / or * operator. If user inputs something else program will ask the operator again. Secondly, program will ask which numbers to be operated. If user input is not a number, program will let the user now to input only numbers. User can end the program inputting letter "q" in any point of the program.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages