Discover the answers you need at Westonci.ca, a dynamic Q&A platform where knowledge is shared freely by a community of experts. Join our platform to connect with experts ready to provide accurate answers to your questions in various fields. 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