Quote:
Originally posted by Belisarius
Ok, you cleared up most of the syntax errors, but you overdid the capitalization. In Java, objects start with a capital letter, but not primitives, such as int or double. You need to lowercase all the primitive types. Hence, "Int i" would become "int i". And it looks like you got all the accessors and mutators right.
|
I have update the code agian,and the link list.Pls check for me,and I dun know what to do next step~