Ad
  • Default User Avatar

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

  • Default User Avatar

    Pardon my ignorance but how do the two for loops ensure that the extra characters are added.
    If both for loops run as many times as there are characters in the string then surely would'nt just one extra character be added.
    Because both loops are running at the same time and j will only be one digit smaller than i the whole time?

    I would be really greateful for any explanation