https://github.com/louresb/calculator
This repository contains the exercise completed as part of the Balta.io course on backend development.
https://github.com/louresb/calculator
calculator csharp dotnet dotnet5
Last synced: 3 months ago
JSON representation
This repository contains the exercise completed as part of the Balta.io course on backend development.
- Host: GitHub
- URL: https://github.com/louresb/calculator
- Owner: louresb
- License: mit
- Created: 2023-02-16T16:19:16.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-31T17:25:05.000Z (about 3 years ago)
- Last Synced: 2025-05-08T16:54:02.541Z (about 1 year ago)
- Topics: calculator, csharp, dotnet, dotnet5
- Language: C#
- Homepage:
- Size: 81.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Calculator - C#
[](https://github.com/louresb/Calculator/blob/main/LICENSE)

This is a simple calculator console application written in C# that performs basic arithmetic operations.

## Usage
When you run the application, you will see a menu with the following options:
- Addition
- Subtraction
- Division
- Multiplication
- Power
- Square Root
- Exit
To select an operation, enter the corresponding number and press Enter. For operations that require input, you will be prompted to enter the required values. The result of the operation will be displayed, and you will be returned to the main menu.
To exit the application, select option 7.
## Learning resources
This console application was created using [Balta.io](https://balta.io/)'s backend course. I recommend checking it out if you're interested in learning about .NET programming.
## License
[MIT License](https://github.com/louresb/Calculator/blob/main/LICENSE) © [Bruno Loures](https://github.com/louresb)