Ad
  • Default User Avatar

    please do not open Issues so lightly, they are meant to be used when there is a bug in the Kata, not in your code. I think your problem is that you're using the == operator on Strings. The == operator compares addresses. You should research how to compare strings in Java.

  • Default User Avatar

    This comment is hidden because it contains spoiler information about the solution