Skip to content

This temperature converter can convert between Celsius and Fahrenheit.

Notifications You must be signed in to change notification settings

The-Flying-Dev/Temperature-Converter-In-C-Sharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Table of Contents
  1. About The Project
  2. Getting Started

About The Project

A Temperature Converter console app. In this program the user chooses to convert Celcius to Farenheit or vice versa. The following topics are covered: User Input, Floats, Operator Precedence and Conditional Statements.

Getting Started

Setting up your project locally. To get a local copy up and running follow these simple example steps.

Prerequisites

This is a list of requirements you need in order to setup .NET locally.

.NET SDK (version 6.0 or later recommended)
Any IDE that supports .NET development (e.g., Visual Studio, VS Code with C# plugin)

Installation

A step-by-step series of instructions that tell you how to get a development environment running.

  1. Clone the repo
    git clone 
  2. Navigate to the project directory:
    cd TemperatureConverter
  3. Build the project:
    dotnet build

This will compile the application and any dependencies.

Running the Application

How to run the application:

dotnet run

About

This temperature converter can convert between Celsius and Fahrenheit.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages