Hi, I've recently started to program in java...and I have a problem with some code I've written and I can't see where the problem is.
I get the following error:
int cannot be dereferenced
Here is my code:
BlueJ tells me the error is on this line:
Member m = new Member(lastName, firstName, sex, date, score1, score2, score3, score4. score5, score6, score7, score8, score9, score10);
Any help would be much appreciated
