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...


Write a C++ program to declare one-dimensional character array, calledMyArrayof length150;


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.
"


Usingfunctions
, the program should enable the user to choose from the following menu after fillingMyArray.





  1. Capitalizeand display all characters found atMyArray
    ’s Even indices





  2. Copyand display all characters found atMyArray ’s odd indices to an array calledMyOdds





  3. Extractand display all vowels (a, e, i, o, u) fromMyArray




  4. Displaythe word that includes the highest number of the letter a fromMyArray



Jun 11, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here