Double Merge
Modify the NumberList class shown in this chapter to include a member function named mergeArray. The mergeArray function should take an array of double s as its first argument and an integer as its second argument. (The second argument will specify the size of the array being passed into the first argument.)
The function should merge the values in the array into the linked list. The value in each element of the array should be inserted (not appended) into the linked list. When the values are inserted, they should be in numerical order. Demonstrate the function with a driver program. When you are satisfied with the function, incorporate it into the LinkedList template.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.