An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Calculator - C#

[![licence mit](https://img.shields.io/badge/licence-MIT-blue.svg)](https://github.com/louresb/Calculator/blob/main/LICENSE)
![Development Status Badge](https://img.shields.io/badge/Status-Concluded-green)

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




![Calculator_AdobeExpress](https://github.com/louresb/Calculator/assets/103293696/4fc51281-3490-4be4-bede-3f70262ab551)

## 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)