Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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,

image text in transcribed
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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Modern Database Management

Authors: Donald A. Carpenter Fred R. McFadden

1st Edition

8178088045, 978-8178088044

More Books

Students also viewed these Databases questions