Don Williams

Greenhorn
+ Follow
since Jun 02, 2006
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Don Williams

Thanks for the help.
19 years ago
The following errors are what I'm getting when I compile this program. Can you help, no matter what I try, it still comes up error.

Thanks


C:\Sun\AppServer\jdk\bin\Temperature.java:57: illegal start of expression
public double read()//<---------------------HERE^
C:\Sun\AppServer\jdk\bin\Temperature.java:162: illegal start of expression
private char myScale;//<----------------------------HERE
^
2 errors

Tool completed with exit code 1


19 years ago
C:\Sun\AppServer\jdk\bin\Student.java:31: array dimension missing
Student pupil[i] = new Student[];
^
1 error

I have tried corrected but it seems that I am not setting up my array correctly.

19 years ago
Thanks everyone for your help. I had it working at one time, and screwed it up. I've been struggling with this thing for about a week, I guess I was thinking to hard.
19 years ago
The Error is;
Exception in thread "main" java.lang.NoSuchMethodError:main
Press any key to continue...
19 years ago

I am having a problem in a program that' s suppose to plot a graph of grades. This programs compiles ok, except for a generic error. I have had the program working before, but seem to have did something that I can' t seem to remember. I have been searching for a week, and have been working on this program for two weeks. Can you help?

Here is the code:





19 years ago