Search for a lesson?


C# 208: Temperature Convertor

Problem 5 - Temperature Convertor: Write a program that reads from you a temperature in either Degrees, Kelvin, or Fahrenheit, and transforms the temperature to the 2 other types, displaying messages on whether the entered temperature is: very cold, cold, warm, hot, or very hot.

Note: C/100 = (F – 32)/180
C = K – 273.15

Duration: 38:22

Difficulty: Intermediate

Downloads: Solution 1 - Solution 2



Photos from this tutorial