The homework has only this ONE question for you:Using C++ languageWrite the definition of the function searchLL() that westarted, but did not finish, in class. This function should searcha linked list (provided by the the head pointer) for a targetinteger (provided by the variable target). The function should workwithin the program called searchLL.cpp, found at the followingURL:
http://cs.ucsb.edu/~zmatni/cs16s18/demos/demo_lect15/searchLL.cpp
Submit JUST the definition of searchLL() – and, of course,test it out and make sure it works first.
Expert Answer
An answer will be send to you shortly. . . . .