I\'m doing an assignment where I\'ll have to code a program to read in a string from user and print out the letters in the string with number of occurrences. E.g. \"Hell
x - 'a' for lower case characters and x - 'A' for upper case characters, where x is the particular character.