OK I got the escape characters all wrong at first. I was using "/ instead of \".. that's all fixed. I'm down to two errors now, and I have no idea what's going on. What does this mean?? What does the "^" stand for anyway?
C:\JAVA\MyJava\HOMEWORK\HW Assignment 1\4th Edition\Chapter 03\TempConversion.java:37: ';' expected
result = 5.0((double)degreeValue - 32.0)/9.0;
^
C:\JAVA\MyJava\HOMEWORK\HW Assignment 1\4th Edition\Chapter 03\TempConversion.java:43: ')' expected
result = (9.0(degreeValue)/5.0) + 32.0;
^
2 errors