Question: Your program will be creating 10 library books. Each library book will have title, author and publishing year. Each library book will be stored as

Your program will be creating 10 library books. Each library book will have title, author and publishing year. Each library book will be stored as a structure and your program will have an array of library books (an array of structures). You will create a corresponding array of book genres: Mystery, Romance, Fantasy, Technology, Children, etc. If the first element of the array is storing information about a book titled : "More about Paddington", then the corresponding first element of book genre would indicate 'Children'. The user of your program should be able to select what they want to do from a menu of the following things and your program needs to do what the menu selection indicates: * Print the entire list of library books (including the title, author, publishing year and book genre) * Display a count of how many books exist per genre * Find all books where the publishing year is greater than the year they put in * Print the titles of the books where the Genre may be indicated by a 'C' for Children, or 'M' for Mystery Create an algorithm. Program and save as LibraryBooksYourName.cpp. Make sure to include the algorithm and comment your code! Make sure you meet all the requirements specified above. Show your test cases as screen shots in a PDF file: LibraryBooksYourName.pdf

Help with homework please!

Please use Microsoft visual studios, project win 32 console application and new item as c++ file please.

Thank You

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!