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.