louresb / Calculator

This repository contains the exercise completed as part of the Balta.io course on backend development.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Calculator - C#

licence mit Development Status Badge

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

Calculator_AdobeExpress

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's backend course. I recommend checking it out if you're interested in learning about .NET programming.

License

MIT License © Bruno Loures

About

This repository contains the exercise completed as part of the Balta.io course on backend development.

License:MIT License


Languages

Language:C# 100.0%