This is a simple calculator console application written in C# that performs basic arithmetic operations.
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.
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.