Write a program that enters some text into a char string

Write a program that enters some text into a char string called char text[100] and does the following:

a) Calls a function called void vowels(char text[]) that prints out how many times each vowel (a/A, e/E, I/i, O/o, U/u) was found.

b) Calls a function print how many total characters, how many total letters, and how many total numerical digits, how many spaces, and how many other characters were found. The total of the last four categories should equal the first one.

 

   Related Questions in Programming Languages

©TutorsGlobe All rights reserved 2022-2023.