Skip to content

rafaelmprogrammer/calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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.