Answered You can hire a professional tutor to get the answer.
Listnode can have link list class with two member functions and a default constructor such as void add (double x); boolean ismember (double x);
Listnode can have link list class with two member functions and a default constructor such as void add (double x); boolean ismember (double x); LinkedList();
Various members should be able to be added and then tested for membership right?