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: 1 day ago
JSON representation
This is a calculator in c#.
- Host: GitHub
- URL: https://github.com/rafaelmprogrammer/calculator
- Owner: rafaelmprogrammer
- Created: 2024-07-17T10:48:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-17T11:11:47.000Z (over 1 year ago)
- Last Synced: 2025-01-20T08:11:33.403Z (12 months ago)
- Topics: calculator, csharp, csharp-code, junior-developer, junior-programmer, programmer, programming
- Language: C#
- Homepage:
- Size: 161 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.