Question: C++ Write a program that uses the MovieData class you defined in 7.8a. The program prompts movie information: and then reads the title, director,
C++
Write a program that uses the MovieData class you defined in 7.8a. The program prompts "movie information: " and then reads the title, director, release year and running-time, each typed on a line by itself. The program then creates a MovieData object and uses the object to print the movie information. Here is one sample run:
movie information: Casablanca Michael Curtiz 1942 102 Casablanca (1942). Directed by Michael Curtiz. (102 minutes)
Note: Do not define the class here-- just write the program that uses it.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
