Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

create a data file containing the book records to be processed by these projects

ID: 3655736 • Letter: C

Question

create a data file containing the book records to be processed by these projects. You

decide/design your own data record format. Please submit your data file along with your

project. These projects MUST be implemented as object oriented programs, or, they are

considered incomplete.

The purpose of the Book Search System is to help the bookstore staff to maintain and search for

books and to prepare reports. Each book maintained by the Book Search System has four

attributes: ID, Title, Year Published, and Author.

Project 1 Objectives:

Explanation / Answer

//Main.cpp #include #include using namespace std; #include "Book.h" int main() { system("cls"); cout getPublisherInfo() + " " + "$" + convertDoubleToString(price); }