Help Writing a program

Using the Java SDK with TextPad

Moderators: AmigoJack, helios, bbadmin, Bob Hansen, MudGuard

Post Reply
James
Posts: 1
Joined: Tue Oct 26, 2004 7:50 pm

Help Writing a program

Post 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.
User avatar
talleyrand
Posts: 625
Joined: Mon Jul 21, 2003 6:56 pm
Location: Kansas City, MO, USA
Contact:

Post 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.
I choose to fight with a sack of angry cats.
User avatar
Bob Hansen
Posts: 1517
Joined: Sun Mar 02, 2003 8:15 pm
Location: Salem, NH
Contact:

Post by Bob Hansen »

Fahrenheit = (9/5 * Centigrade) + 32
Hope this was helpful.............good luck,
Bob
Post Reply