hello everybody, im new to the forums. I am totally new to java and i am totally CLUELESS of how i should be coding somethign
im trying to use bluej to convert fahrenheit into celsius and this is what i have so far...im not even sure if it's right.
class Question1 {
public static void main (String [] args) {
System.out.println ("5");
}
}
im trying to convert 5 fahrenheit into celsius and i have no clue what i should be doing next, all i know is that the formula to convert fahrenheit to celsius is subtract 32 divided by 9, multiply by 5.
thanks in advance!


Reply With Quote


Bookmarks