I need to make a command line program that accepts a word. Then uses a linked lists to store the characters and process how many occurrences of each letter is used.

I'm having trouble getting...