Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Design And Implementation

Authors: Edward Sciore

2nd Edition

3030338355, 978-3030338350

More Books

Students also viewed these Databases questions

Question

Explain walter's model of dividend policy.

Answered: 1 week ago