Question: [In C++ ] Learning Objective: To practice implementing an array of objects, reinforce the use of setters, getters, constructors, and overloaded operators. Make a program
[In C++ ]
Learning Objective: To practice implementing an array of objects, reinforce the use of setters, getters, constructors, and overloaded operators. Make a program that creates an array of 15 books, each book should have a title and author. Make a program that asks the user if they are a librarian or a guest. If they are a librarian, include a sub menu: Enter Data Book Entry (Allow Librarian to enter book data) View Books (Allow Librarian to view books in Alphabetical Order)Exit If they are a guest, allow them to Search for a Book View Books Available Check out a Book The guest should be able to search for a book by title or author. The guest should be able to select a book to borrow. Be sure to output, "Here is the book you requested:
[In C++]
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
