Tuesday, May 15, 2007

assignment 3 - Converter Fahrenheit to Celcius GUI program




///////////////////////////////////////////////////////////////////////////////////
// Converter Fahrenheit to Celcius program
// coded by: philip hariyanto
//
// this program using program that converts from Fahrenheit to Celsius.
// The Fahrenheit temperature should be entered from the keyboard (via a TextBox).
// A Label should be used to display the converted temperature.
// Use the following formula for the conversion:
// Celsius = ( 5 / 9 ) x ( Fahrenheit - 32 )
//additional feature: display 12 conversion history and format error handling
//////////////////////////////////////////////////////////////////////////////////


download code here:
assignment3.zip

download executable file here:
assignment3.exe

No comments: