Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (5 months ago)
- Default Branch: main
- Last Pushed: 2024-07-17T11:11:47.000Z (5 months ago)
- Last Synced: 2024-10-13T14:20:21.880Z (2 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.