Modify the addBook function.
Change the addBook function so it works with the array of structures you created in Step 2 above. When a new book is added to the inventory, the program will step through the array, calling the IsEmpty function of each structure. When it finds an empty structure, it will ask the user for the book's data. The function will then call the appropriate functions to set the structure's members to the new data. (See Step 2 for a description of the functions.)
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.