https://github.com/pedroka-dev/console-calculator
🧮 A simple console calculator made in C# .NET that can solve basic mathematic operations between two numbers.
https://github.com/pedroka-dev/console-calculator
calculator calculator-application console csharp dotnet
Last synced: about 2 months ago
JSON representation
🧮 A simple console calculator made in C# .NET that can solve basic mathematic operations between two numbers.
- Host: GitHub
- URL: https://github.com/pedroka-dev/console-calculator
- Owner: pedroka-dev
- License: mit
- Created: 2021-04-09T18:42:22.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-20T20:35:07.000Z (about 5 years ago)
- Last Synced: 2025-10-23T08:17:26.880Z (8 months ago)
- Topics: calculator, calculator-application, console, csharp, dotnet
- Language: C#
- Homepage:
- Size: 176 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Introduction
A simple console calculator made in C# .NET that can solve basic mathematic operations between two numbers. This project has been done as an exercise for Academia do Programador 2021.


# Requirements
- The calculator must be able to add two numbers.
- The calculator must be able to make multiple Addition operations.
- The calculator must be able to make multiple Substraction operations.
- The calculator must be able to make all the 4 basic math operations.
- The calculator must validate all menu options.
- The calculator must be able to do all operations with "0".
- The calculator must be able to show the previous operations. Example:
- 2 + 2 = 4
- 10 - 5 = 5