Question: please solve this question in C++ and write your comment in each step Description You are an avid reader and have decided that you would

please solve this question in C++ and write your comment in each step

please solve this question in C++ and write your comment in eachstep Description You are an avid reader and have decided that youwould like to keep track of the books that you read. You

Description You are an avid reader and have decided that you would like to keep track of the books that you read. You will define a structure called book_list that will hold 1. a number associated with each book (int) 2. book title (string), 3. author (string), 4. a description of the book (string), 5. a date when the book was read stored in 2 parts - month (int) and year (int) a 6. a rating of the book (int) The number will be generated by the program as each book is entered. The rating should be limited to a number between 1 and 10. It will be a scale the user can use to enter what they thought of the book. The month should be a valid month and the year should be less than the current year and not negative. The program should ask the user for all of the book information, except for the number, until the user enters "exit" as the book title. After each book is entered, it should be written to an output file called "reading list.txt". The file should contain all of the information including the number for each book. Each item of the book should be printed on a new line. Each time the program is restarted, it should open the file to append to the end of the file

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!