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

 Problem 2. Movie Database System Write a C++ program that uses

Problem 2. Movie Database System Write a C++ program that uses the following structures to store the following data about a Customer: Name City, State, and ZIP Array of rented movies (Nested Structures)!! And the following data about Movie .Address . Telephone Number . Title Year of issue . Duration The structures should be used to access customer records in a file. The progranm 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 customer's record and display it. > Search for a particular customer's record and delete it Search for a particular customer's 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!