Question: 1 . Write a complete C + + program that uses a struct called book that contains data elements for a title, author, ISBN, number

1. Write a complete C++ program that uses a struct called book that contains data elements for a title, author, ISBN, number of pages, and year written. The program should then declare an array called shelf of 25 books and allow the user the ability to provide information for as many books as they want, up to 25. The program should use a function that takes as arguments, the array of shelves and the number of array elements utilized. The function allows the user the option to output to the monitor in tabular form a) all the information for the books, b) a single book or c) all books with titles beginning with a particular letter.

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 Programming Questions!