This repository contains a collection of C# console applications that I have created. These applications were built using Visual Studio and the .NET framework.
Application Name | Description | Link to Code |
---|---|---|
HelloWorld | A basic "Hello World" program to ensure the development environment is set up correctly. | Link |
Calculator | A simple calculator that performs addition, subtraction, multiplication, and division. | Link |
TemperatureConverter | A program that converts a temperature in Fahrenheit to Celsius. | Link |
InterestCalculator | A program that calculates the simple interest on a loan. | Link |
GradeCalculator | A program that calculates the letter grade of a student based on their percentage score. | Link |
ArraySumCalculator | A program that calculates the sum of an array of integers. |
To run any of these console applications, follow these steps:
- Download or clone this repository to your local machine.
- Open the solution file (.sln) in Visual Studio.
- Select the console application you want to run.
- Press F5 or select "Debug" > "Start Debugging" to build and run the application.
- Follow the instructions displayed in the console window.
- That's it! You can now explore and run these C# console applications in your local development environment.