(C++ Program) A new video store in your neighborhood is about to open. However, it does not have a program to keep track of its videos and customers. The store managers want someone to write a program...


(C++ Program) A new video store in your neighborhood is about to open.  However, it does not have a program to keep track of its videos and customers.  The store managers want someone to write a program for their system so that the video store can operate.



CUSTOMER PARENT ADT



Data

- Customer_ID (preferably int, auto-generated)


- Name


- Address



Operations


[1] Add Customer


[2] Show the customer details


[3] Print list of all customers




CUSTOMER-RENT CHILD ADT



Data


Customer_ID (Video_ID (of all rented videos of a customer)



Operations


[1] Rent a Video (Add to the video ids rented)


[2] Return a Video (Remove the video id from the list)


[3] Print list of all videos rented by each customer


[4] List of Videos Rented by a Customer



Note: Add screenshot of the output



Jun 02, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here