I am required to make a program where i input a sentence and the program outputs the number of characters and the number of times a certain letter is used within that sentence.
So far my program counts only the number of chracters for the first word.