write a function called countalpha based on countchar 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.