Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rafaelmprogrammer/calculator

This is a calculator in c#.
https://github.com/rafaelmprogrammer/calculator

calculator csharp csharp-code junior-developer junior-programmer programmer programming

Last synced: 5 days ago
JSON representation

This is a calculator in c#.

Awesome Lists containing this project

README

        

# 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.