for my code I'm writing to take some input from scanner (an int first, then a string, and finally a double), I can only get the code to compile when I take out the lines for int and the double. Otherwise I get this error:
and even when I take out the int and the double, what gets printed from my string is the integer value I typed in first, not the text. I really need help with this. its driving me nuts. as someone coming from c++ this would've taken me 2 minutes to do in c++ no problem, right now its ruining my whole day.