Modify the editsook Function
The editBook 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: As mentioned before, it is possible to find more than one book that matchela 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 titles in the array.
(Before storing modified book data into the arrays, be sure to use the strapper function to convert the characters in the title, ISBN number, author's name, and publisher's name to all uppercase.)
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.