Copyright © 2005 Suradet Jitprapaikulsarn
สงวนลิขสิทธิ์ 2548 สุรเดช จิตประไพกุลศาล

Homework 1 (Due Sunday 12 June 2548)

Write the following programs or functions in one single file.

  1. Write a program to convert degrees from Kelvin unit to Celsius unit.
  2. Write a program to convert degrees from Celsius unit to Fahrenheit unit.
  3. Write a program to convert degrees from Kelvin unit to Fahrenheit unit.  This program must use the above two functions.