Final exam review C++
You have a list of books that needs to be updated. The Bookclass contains two data members: qty(quantity), an integer value,and title, a string of size 30, and the usual setters and getters.First define the Book class, then write a function named updatethat searches the unsorted array of Book objects to find a giventitle. If found, add 1 to qty; otherwise, if there is room, appendthe new title at the end of the array and set qty to 1. Thisfunction has three parameters: the array, its length, and thetitle.
Expert Answer
An answer will be send
PayPal Gateway not configured
PayPal Gateway not configured