Re: Error help?
- From: Eric Sosman <esosman@xxxxxxxxxxxxxxxxxxx>
- Date: Sun, 24 Sep 2006 17:25:16 -0400
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
.
- Follow-Ups:
- Re: Error help?
- From: Tukewl4u
- Re: Error help?
- References:
- Error help?
- From: Tukewl4u
- Error help?
- Prev by Date: Error help?
- Next by Date: Re: Error help?
- Previous by thread: Error help?
- Next by thread: Re: Error help?
- Index(es):