Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 299 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 299 Bytes

calculator

This is a simple calculator in C#.

The user can choose different operations without closing the program. The user can select addition, subtraction, multiplication, division, or remainder.

The program only uses two integer numbers.

Methods of validation were created for user input.