This algorithm will show you how to set up a program which counts the instances of a letter from a list. For example, you could type in the letter 'e' and it would count how many times 'e' appears in the list.
It could also be adapted for strings, or even words to create a 'find word' program.