Question: Write a C++ program to read a line of input terminated by # into an array L of 100 cells. The program should do the
Write a C++ program to read a line of input terminated by # into an array L of 100 cells. The program should do the following: 1) Capitalize all vowels in L. 2) Output each word in L on a line. 3) Append *** at the end of L 4) Find the length of the longest word
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
