View Single Post
Old Jun 9th, 2005, 11:30 AM   #15
shangnyun
Programmer
 
shangnyun's Avatar
 
Join Date: Jun 2005
Posts: 34
Rep Power: 0 shangnyun is on a distinguished road
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
shangnyun is offline   Reply With Quote