Question: Write a C++ program. Use CodeBlocks if you can please and show the output. Also the last part, its Q or q not Q and

Write a C++ program. Use CodeBlocks if you can please and show the output. Also the last part, its Q or q not Q and a. Please make the menu like so below, the options need to repeat so the program doesnt end after each command is executed besides Quit.
Cout << Please choose from the following menu<< endl;
While (true)
Cout << [A]rray [S]tring [Q]uit << endl; student submitted image, transcription available below
T VI e a C++ program to prompt t he user to enter the following selection: (26 points) Array String Quit If t he user enters A' or 'a' then then pass the elements of the following array to a user define function and find the maximum number and print the maximum number in main 0 int number [10] (1,2,4,77,45,33,44,67,100,0) .If the user selects string, then call another function cat 0 and prompt the user to enter his/her first name and last name and save them into two arrays. Print the concatenated name in this function. he user enters 'Q' or a', you should terminate the program

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!