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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!