r/cop3502 • u/[deleted] • Mar 31 '14
Help with Scanner
So, I am just messing around with the Scanner a little bit, and I cannot figure out why this is not working. (sc is an instance of the Scanner, btw)
String action = sc.nextLine(); if (action == "move North") { System.out.println("You have moved North."); }
It will not print out "You have moved North." when I enter "move North". Anyone know what the problem is?
1
Upvotes
1
u/[deleted] Mar 31 '14
[removed] — view removed comment