Question: Show me the steps to solve Create a C + + program that meets the requirements listed below. A . The program will display the

Show me the steps to solve
Create a C++ program that meets the requirements listed below. A. The program will display the list of Menu for which the user will choose B. For Option 1(Array Applications), prompt the user to declare an array for 5 numbers using any looping statement. Then, compute and display the sum of the inputted numbers. C. For Option 2(Sorting an Array), enable the user to declare an array for midterm grades with the following values: 85,75,60,90,100. Using any sorting algorithm, sort the values in ascending order. D. For Option 3(Searching an Array), declare an array that holds 10 values for sales. Initialize the array with the following values: 50,75,66,10,98,99,90,7,100 and 2. Search the value 100 using any searching algorithm. E. And finally, for Option 4(Quit), terminate the program with the message: Thank You! I am happy I understand the program. F. The program will terminate if and only if user pressed the option for 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 Programming Questions!