Question
Write a C program that reads three strings entered by the user, one at a time. Next: 1. Capitalize each string to form a new
Write a C program that reads three strings entered by the user, one at a time. Next:
1. Capitalize each string to form a new string, which is printed. Print each capitalized string next to the original string.
2. Concatenate all the original strings and print as a single string.
3. Print the vowels of each string.
4. Concatenate the capitalized vowels of the three strings and printed this new string. 5. Finally, print the total number of vowels encountered (in all three strings). E.g. if string1 had 2 vowels, string2 had 4 vowels and string3 had 1 vowel, the total to be printed is 7.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started