Page 1 of 1

Help Writing a program

Posted: Tue Oct 26, 2004 7:55 pm
by James
I need help writing a Java program that converts a celsius temp to its farenhit equivalent and the formula is Fahrenhit=9/5Centigrade+32.

Posted: Tue Oct 26, 2004 8:43 pm
by talleyrand
It's probably not quite the best forum for this sort of question. But remember this---Google is your friend. In particular, hws.edu sounds promising.

Posted: Tue Oct 26, 2004 8:57 pm
by Bob Hansen
Fahrenheit = (9/5 * Centigrade) + 32