Define a variation on StringLinkedListSelfContained from Listing that stores objects of type Species, rather than of type String. Write a program that uses that linked-list class to create a linked list of Species objects, asks the user to enter a Species name, and then searches the linked list and displays one of the following messages, depending on whether the name is or is not on the list:
Species Species_Name is one of theNumber_Of_Species_Names_On_List species on the list.The data for Species_Name is as follows:Data_For_Species_Name
or
Species Species_Name is not a species on the list.The user can enter more Species names until indicating an end to the program. The class Species is given in Listing. (If you prefer, you can use the serialized version of Species .


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.