View Single Post
  #1 (permalink)  
Old 08-06-2007, 01:14 AM
trill trill is offline
Member
 
Join Date: Jul 2007
Posts: 40
trill is on a distinguished road
Converts from Fahrenheit to Celsius
Hi, Looking for a little help on writing a temperature conversion program that converts from Fahrenheit to Celsius. I should be able to enter the Fahrenheit temperature from the keyboard.
Then using a TextField it should display the converted temperature. Of course using the following formula for conversion:

Code:
Celsius = 5 / 9 * (Fahrenheit - 32)
Thanks.
Reply With Quote
Sponsored Links