| Author |
Identifier expected
|
Chris Rothgeb
Greenhorn
Joined: Mar 15, 2008
Posts: 11
|
|
Let me ask first. In this code is it necessary to have a test class or will it allow the user to input information and then display once the identifier issue is resolved.
|
 |
Campbell Ritchie
Sheriff
Joined: Oct 13, 2005
Posts: 32689
|
|
What is the actual question? Where do you get "identifier required," and what do you think it means? Does the code even compile? I don't think it will since I can see code after a "return". You are confusing the constructor with a method of the same name; avoid methods which might be confused with constructors. I think it will probably run once you have got your compiler errors sorted out.
|
 |
Chris Rothgeb
Greenhorn
Joined: Mar 15, 2008
Posts: 11
|
|
|
Apologies. I am confusing the constructor and method with same name. Ok. Thanks. I will redo it.
|
 |
Campbell Ritchie
Sheriff
Joined: Oct 13, 2005
Posts: 32689
|
|
Good luck with it. And you may find the "identifier required" is because you are declaring parameters without giving them a type.
|
 |
 |
|
|
subject: Identifier expected
|
|
|