Welcome to Westonci.ca, your go-to destination for finding answers to all your questions. Join our expert community today! Experience the convenience of finding accurate answers to your questions from knowledgeable experts on our platform. Our platform provides a seamless experience for finding reliable answers from a network of experienced professionals.

insert data from the user. (5 points) we will use integers. search for the first instance specified from a user. (5 points) delete the first instance specified from a user. (5 points) sort all the data elements in ascending order using the sort algorithm provided to you in the previous questions. should be one of the following: (20 points) selection sort bubble sort insertion sort in this order: (5 points) first: print the current (pre-sorted) list. second: sort the list. third: print the sorted list. choose one of the following functionalities to implement: (5 points) calculate and output the sum of every data element. calculate and output the product of every data element. calculate and output the average of all data elements choose one of the following functionalities to implement: (5 points) reverse the current order of the data elements remove all duplicate data elements count and output the total number of data elements