Question: Problem 2. Movie Database System Write a C++ program that uses the following structures to store the following data about a Customer: Name Address City,

Problem 2. Movie Database System Write a C++ program that uses the following structures to store the following data about a Customer: Name Address City, State, and ZIP Telephone Number Array of rented movies (Nested Structures)!!! And the following data about Movie Title Year of issue Duration The structures should be used to access customer records in a file. The program should have a menu that lets the user perform the following operations: Create new Customer record Enter the new record into the file. Search for a particular customers record and display it. Search for a particular customers record and delete it. Search for a particular customers record and change it. Display the contents of the entire file. Sort the content of the entire file according to customer name and display it. Exit

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!