Temperature Conversion

Line: Input Line
Medium Difficulty Input Learning Outcome One Learning Outcome Three Exercise
Type: Exercise
You should have completed:

Console Menu

This topic leads to:

Bad Data

Summary

This exercise will put the previous topics into practice creating a simple temperature converter application. This application will

Task

  1. Create a console application which satisfies the above requirements
  2. Add the option(s) and ability to convert from either of these scales to Kelvin
  3. Add the ability for the user to perform subsequent conversions

Notes

  1. You need to understand the solution before you can program the computer, so research the maths used to convert one temperature scale to another before you start writing code.