| Author |
One error in code..not understanding what it tells me. Code works it is on line 55.
|
LeeAnne Murphy
Greenhorn
Joined: Aug 15, 2011
Posts: 18
|
|
Wk4calcjp2 newloan = new Wk4calcjp2()); (error says ';' expected) what does that mean?
[Edit: fixed code tags]
|
 |
Joanne Neal
Rancher
Joined: Aug 05, 2005
Posts: 3011
|
|
|
It means it's expecting a ; after the closing bracket of the method call, but the first character it finds is actually a second closing bracket.
|
Joanne
|
 |
LeeAnne Murphy
Greenhorn
Joined: Aug 15, 2011
Posts: 18
|
|
|
Ah got it...I removed the 2nd bracket.. and it cleared the error. Thank you.
|
 |
Campbell Ritchie
Sheriff
Joined: Oct 13, 2005
Posts: 32611
|
|
|
It takes a long time to get used to the compiler error messages. Google for mindprod java compiler error and you should find some helpful information.
|
 |
 |
|
|
subject: One error in code..not understanding what it tells me. Code works it is on line 55.
|
|
|