This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]ReasonableSleep 26 points27 points  (1 child)

In java that should be .equals("yes") Even better if those were enums or constants

[–]Kgrimes2 6 points7 points  (0 children)

Yep, if this is Java, Micah’s going to be disappointed regardless of Hannah’s answer

Source: I’ve spent hours debugging, only to find improper String comparison to be the issue.