Ad
  • Default User Avatar

    Hey mate, I totally enjoyed solving this problem and I learned how to log messages as well. Thanks

  • Default User Avatar

    Yes, Java.

    test10(PlayPassTest)
    ✘ expected:<[I LoVe yOu]!!!> but was:<[J MpWf zPv]!!!>

    I would still appreciate if you could tell me how I could log messages to output/console...

  • Default User Avatar

    well, trying to output the input is giving errors.
    System.out.println(s+" : "+n);

    I am assuming there must be a better way to output the input here? Still trying to figure out how to work in codewars portal.

  • Default User Avatar

    When I submit my program, I get 14 tests pass and 1 test fail. I only see what was expected and what was generated. But I don't see what the input was for that unit test. So without knowing why the test is failing, how will I be able to know what's wrong with the code? With 14 tests passing and just 1 failing and no way of knowing why, it's quite frustrating....