Re: Java Gurus Help



Andrew.Bell wrote:
IchBin your good, I understand what you mean. Went to compile the code and got this error.

C:\Java\MiniBank2.java:4: cannot find symbol
symbol : class Scanner
location: class MiniBank2
static Scanner easyIn = new Scanner(System.in);
^
[snip code]

Did you leave the import statement at the top in. You will need that to link to the Scanner class.

import java.util.Scanner;

If you did then what version of Java are you using.


Thanks in Advance...
IchBin, Pocono Lake, Pa, USA http://weconsultants.servebeer.com/JHackerAppManager
__________________________________________________________________________

'If there is one, Knowledge is the "Fountain of Youth"'
-William E. Taylor, Regular Guy (1952-)
.