Add the bookMatch Member Function to the BookData Class
Currently the functions lookUpBook, editBook, and deleteBook search the book database for titles that match, or partially match, a search string. Add a member Enc. tion named bookMatch to the BookData class. The function should accept a string as its argument and return true if the string is found in the book title. If the string is not found in the book title, bookMatch should return false.
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.