(Counting the Letters of the Alphabet in a String)Write a program based on the program of Exercise that inputs several lines of text and uses function strchr to determine the total occurrences of each letter of the alphabet in the lines of text. Uppercase and lowercase letters should be counted together. Store the totals for each letter in an array and print the values in tabular format after the totals have been determined.
Exercise
(Counting the Occurrences of a Character)Write a program that inputs several lines of text and a search character and uses function strchr to determine the total occurrences of the character in the lines of text.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.