Question: I need help this problem. this is c++ language Write a C++ function to display a list of all books that are published by the

I need help this problem. this is c++ language
Write a C++ function to display a list of all books that are published by the author Sara Smith". Use the following class diagram Only to solve the problem Note Submit the function in a pdf or doc format. Book -title: string -borrowed: boolearn -authors: Author [I +Book (title, authors +get title 0: string +get authors : Author tis_borrowed 0: boolean +set tide(title): void +set_authors(Authors): void Author -name: string -email: string Author (name, email) +get_name (): string +get _email (0: string +set_name (name): void + d set email (email): voi
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
