I'm not quite sure what is wrong, and I am VERY new to programming but heres teh problem:
Scanner scanner;
scanner = new Scanner();
This is what I have, and this is the error message:
cannot find symbol
symbol: constructor Scanner()
location: class.java.util.Scanner
And also, there is a problem with another one of my codes that I'm not sure about...:
if(guess == secretWord)
error message:
Comparing String using =! or ==
not too sure about this one...anyways if anyone can help I would appreciate it.