Question: Please use C++ codes only and include the proper libraries. Write a program to prompt the user to display the following menu: Sort-numbers Concat-names Quit

Please use C++ codes only and include the proper libraries.  Please use C++ codes only and include the proper libraries. Write

Write a program to prompt the user to display the following menu: Sort-numbers Concat-names Quit If the user selects Sort-number, prompt the user how many numbers to sort and then enter all the numbers and store then into a one-dimensional array. Your program call a user-defined function called void sort-name (int ) to sort all the numbers in ascending order. Print the unsorted and sorted numbers as follows: needs to How many numbers: 4 Unsorted 40 30 -20 10 Sorted -20 10 30 40 Do you want to quit? Q If the user selects Concat-name, prompt the user how many names to concatenate and then enter all the first and las names and store then into a Your program needs to call a user-defined function called void sort-name (char char to concatenate the first name and the last name and print the names in this function. two one-dimensional array How many names: 3 First name last name Combined Sue Alan David Smith Sue Smith Alan Davidson David Lee Davidson Lee Do you want to quit

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!