Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Current Trends In Database Technology Edbt 2004 Workshops Edbt 2004 Workshops Phd Datax Pim P2panddb And Clustweb Heraklion Crete Greece March 2004 Revised Selected Papers Lncs 3268

Authors: Wolfgang Lindner ,Marco Mesiti ,Can Turker ,Yannis Tzitzikas ,Athena Vakali

2005th Edition

3540233059, 978-3540233053

Students also viewed these Databases questions

Question

SLR parser is LR ( k ) parser with k equals to

Answered: 1 week ago

Question

Write the difference between sexual and asexual reproduction.

Answered: 1 week ago

Question

What your favourite topic in mathematics?

Answered: 1 week ago

Question

8. Managers are not trained to be innovation leaders.

Answered: 1 week ago