| Author |
Please Explain?
|
Rik Ny
Greenhorn
Joined: Oct 13, 2001
Posts: 13
|
|
D:\My Java\GenerateRandomInt.java:41: cannot resolve symbol symbol : method intValue (int) location: class java.lang.Integer System.out.println(firstNumber.intValue(counter)); ^ 1 error Tool completed with exit code 1 What the ......??? Cheers, Rik
|
 |
Matthew Phillips
Ranch Hand
Joined: Mar 09, 2001
Posts: 2676
|
|
|
The method intValue does not take parameters. Check out the Java API for more information.
|
Matthew Phillips
|
 |
 |
|
|
subject: Please Explain?
|
|
|