I cannot implement this 'if' statement that I am trying to use on my console oriented text game.
Basically, I thought there was an "input" method where the user would input a string of characters into the console.
So I thought this would mean, if the user types in "Start", etc.
Please bare with me, I am completely new to programming.
if(input.equalsIgnoreCase("Start")){
Apparently, it cannot find symbol "input".
Can anybody help me out on what to write for an input class, for which users input a string of characters into the console, and it is read through these if statements.