Question: Implement a void function called Write that has two parameters: 1) a dynamic array of book record called LIBand 2) an integer called count that
Implement a void function called "Write" that has two parameters: 1) a dynamic array of book record called "LIB"and 2) an integer called "count that holds the number of cells being used in "LIB". The function will print every field of every book_record stored in LIB to the screen. Consider the following declaration for a book record: (DO NOT COMMENT CODE:) class book_record public: string title: string dd_number: int isle_no: 1
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
