Modify the lookUpBook Function
The lookUpBook function currently requires the user to enter the full name of the book to search for. Modify it so the user only has to enter part of the book title. Hint: Use the strstr function to search the titles in the database.
NOTE: It is possible to find more than one book that matches a partial title. When this happens, show the book title to the user and ask if it is the one being searched for. If it isn't, continue searching until there are no more book tides in the array.
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.