https://github.com/aleksibovellan/numberadder
A simple C# number adder made for testing and learning purposes. First school project.
https://github.com/aleksibovellan/numberadder
adder app application calculator calculator-app csharp csharp-code number simple
Last synced: 7 months ago
JSON representation
A simple C# number adder made for testing and learning purposes. First school project.
- Host: GitHub
- URL: https://github.com/aleksibovellan/numberadder
- Owner: aleksibovellan
- License: mit
- Created: 2022-01-14T20:25:25.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-28T15:12:00.000Z (12 months ago)
- Last Synced: 2025-01-25T22:56:43.482Z (9 months ago)
- Topics: adder, app, application, calculator, calculator-app, csharp, csharp-code, number, simple
- Language: C#
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Simple C# number adder
Asks the user to input numbers and then the application adds them together. Written in C# for testing and learning purposes.
First school project.