List Search
Modify the list class of Programming Challenge 1 (or later) to include a member function
int search(double x)
that returns the position of a number x on the list. The first node in the list is at position 0, the second node is at position 1, and so on. If x is not found on the list, the search should return _1. Test the new member function using an appropriate driver program.
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.