Ad
  • Custom User Avatar

    First of all, the program should be case-insensitive, meaning 'a' and 'A' should be treated the same

    Secondly, your code is getting the unique amount of letters in the string. The task is to find how many letters have duplicates in the string.