Skip to content

A simple calculator to perform basic mathematical operations.

Notifications You must be signed in to change notification settings

RuwiniP/Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Calculator

A simple calculator to perform basic mathematical operations.

Guidelines for the program is given below.

  • Ask the user to enter two numbers.
  • Display a message to enter operator symbol to perform mathematical operations.
  • Implemented for +,-,x,/ operators.
  • Apply first number operator second number in order to perform any operation.
  • when applying / and % , should check if second number is zero (0) and displays a warning message that operation can not be performed.
  • Once the result is printed ask the user if he wish to perform another operation.If yes,repeat above steps.Otherwise quit the program.

About

A simple calculator to perform basic mathematical operations.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages