Re: Error help?



Tukewl4u wrote:

Hello all

Can some one tell me why I'm getting this error? I really don't understand
why it shouldn't work.


GradeBookTest.java:30: ')' expected
gradebook2.setCourseName ( String Name ); // set the course name
^
> [...]
String Name = input.nextLine(); // read a line of text
gradebook2.setCourseName ( String Name ); // set the course name

Should be

gradebook2.setCourseName(Name); // set the course name

--
Eric Sosman
esosman@xxxxxxxxxxxxxxxxxxx
.