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:
Celsius = 5 / 9 * (Fahrenheit - 32)
Thanks.