On 1/25/2010 4:02 AM, Erika Elisa F. wrote: > > Thanks for your answer, but It doesn't work and I do not know whay > > Erika Elisa > > [Non-text portions of this message have been removed] > > hello, the program you posted converts from fahrenheit to celsius, but for doing the opposite, try using the following expression: ftemp = ((float)9/5)*ctemp + 32; probably you are not casting the 9/5 to float. i hope this helps. tell us if it solves the problem.
regards anup [Non-text portions of this message have been removed]