This is a simple C# Calculator Console App that allows you to perform basic arithmetic operations (addition, subtraction, multiplication, and division). You can use this app to quickly calculate results.
To run the C# Calculator Console App, follow these steps:
-
Clone or Download the Repository: If you haven't already, clone or download this repository to your local machine.
-
Open the Project: Navigate to the project directory and open it in your preferred C# development environment. Make sure you have the .NET SDK installed.
-
Build the Project: Build the project to ensure there are no compilation errors.
-
Run the Application: Once the project is successfully built, run the application.
-
Follow On-screen Instructions: The application will prompt you to enter numbers and choose an operator. Follow the on-screen instructions to perform calculations.
-
Continue or Exit: After each calculation, the app will ask if you want to continue. You can type "yes" or "y" to perform more calculations or any other input to exit the app.
-
Final Result: If you choose to exit, the app will display the final result.
-
Exiting the Application: Once you are done, the application will exit, and you will see the message "Exiting application."
The C# Calculator Console App supports the following operations:
- Addition (+)
- Subtraction (-)
- Multiplication (*)
- Division (/)
Please make sure to enter valid numbers and operators to get accurate results.
Enjoy using the C# Calculator Console App!
This project is part of Devin's journey from a junior frontend developer to a senior fullstack developer.
For any questions or issues related to this application, feel free to contact Devin.
Happy coding!