Skip to content

DaddaRev/Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Calculator

A simple math calculator.

Simple calculator capable of performing basic arithmetic operations: addition, subtraction, multiplication, division and modulus. These operations are applied to the integers and Double. The calculator allows operations to be performed by the console. The system is capable of handle errors generated by incorrect inputs, the calculator is therefore also able to continue its activity even in the presence of errors. Finally, the state of the calculator can be returned to the initial conditions (with a reset button) and you can close the execution with a specific button.

NOTES

  • Once the operation and the type of operation have been selected, the 2 numbers must be entered to return to the starting menu.
  • If an invalid value is entered when a number is requested, the second number must also be entered before returning to the menu.
  • Division by zero between double numbers is supported (result = infinity).

About

A simple math calculator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages