JS2305AA / Static-Exercise

.NET 6.0 template project for the Static exercise at TrueCoders

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Exercise 1:

Create a static class called TempConverter.

The class should have at least 2 methods, one called FahrenheitToCelsius that will require a double as a parameter and return a double, the other CelsiusToFahrenheit which will also require a double as a parameter and return a double.

Fill out these methods and call them in your Program.cs file. Make sure they’re accurate!

For reference: https://github.com/mvdoyle/StaticExercise

About

.NET 6.0 template project for the Static exercise at TrueCoders


Languages

Language:C# 100.0%