Skip to content

Exploring the world of C# programming through a collection of console applications.

License

Notifications You must be signed in to change notification settings

izicodes/CSharp-Console-Apps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

banner

This repository contains a collection of C# console applications that I have created. These applications were built using Visual Studio and the .NET framework.

Logo contact me badge


Applications

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. Link

How to Run

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.

About

Exploring the world of C# programming through a collection of console applications.

Topics

Resources

License

Stars

Watchers

Forks

Languages