Question: Submit a .cpp file in the assignment folder and.docyou can also draw, take a picture and paste in the word file) file as appropriate. 1.

Submit a .cpp file in the assignment folder and.docyou can also draw, take a picture and paste in the word file) file as appropriate. 1. Create 10 random numbers of value 1-100 as elements of a singularly linked list. Perform the following tasks (write functions and calling them in main() 2. Create a list by insert begin and print. 3. Create a list by insert end and print. 4. Insert 1000 at the end of the insert begin list and print. 5. Insert 3000 at the 6th position of the insert begin list. Draw a picture to show how insertion happened. Print the list. 6. Delete 3rd element form the insert end list. Draw a picture to show how deletion happened. Print the list. 7. Reverse print the insert begin list. 8. Reverse the insert end list and print. (do not reverse print) Submit a .cpp file in the assignment folder and.docyou can also draw, take a picture and paste in the word file) file as appropriate. 1. Create 10 random numbers of value 1-100 as elements of a singularly linked list. Perform the following tasks (write functions and calling them in main() 2. Create a list by insert begin and print. 3. Create a list by insert end and print. 4. Insert 1000 at the end of the insert begin list and print. 5. Insert 3000 at the 6th position of the insert begin list. Draw a picture to show how insertion happened. Print the list. 6. Delete 3rd element form the insert end list. Draw a picture to show how deletion happened. Print the list. 7. Reverse print the insert begin list. 8. Reverse the insert end list and print. (do not reverse print)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
