Question: Write a C++ program to declare one-dimensional character array, called MyArray of length 150; the array should be filled by using the following string variable
Write a C++ program to declare one-dimensional character array, called MyArray of length 150;
the array should be filled by using the following string variable "The skill of the writing lies in the way it wraps past and present, conveying the episodic, disjointed, random nature of memory." (5 points)
Using functions (if no function usage you will loose 25% of the grade), the program should enable the user to choose from the following menu after filling MyArray (5 points)
Capitalize and display all characters found at MyArray s Even indices (10 points)
Copy and display all characters found at MyArray s odd indices to an array called MyOdds (10 points)
Extract and display all vowels (a, e, i, o, u) from MyArray (10 points)
Display the word that includes the highest number of the letter a from MyArray (15 points)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
