Ad
  • Default User Avatar

    My perfectly correct solution doesn't get evaluated as correct in Java, because the test case uses double equals symbol (string == anotherString) for comparing instead of using the string.equals(anotherString) method.