Create a list object of 10 elements display the elements in


In the main function, create a List object of 10 elements. Display the elements in the list (which will be of course empty to start- has the default value 0).

Then go into a loop that display a menu where you let the user pick an operation to do on the list (one of the functions in part 1: #2 - #7e).

Do the operation, display any results that are appropriate so the tester can see that the operation was done. Include an option to quit when the user wants to.

To get the full points for an operation, your menu must work for that option and not simply have the function listed in the menu or implemented in theory.

For the operations that require another operand such as copy constructor, +, -, ==, create another List object, call readList to let the user fill the second List object with numbers from the user. Then apply the operation and display the result.

Standards: Make sure to pay attention to proper programming style. Check the programming style supplement before beginning on this project.

Request for Solution File

Ask an Expert for Answer!!
Computer Engineering: Create a list object of 10 elements display the elements in
Reference No:- TGS02884984

Expected delivery within 24 Hours