Question: ********PLEASE DO THIS PROBLEM IN C++**********DO NOT USE CONIO************ Chapter 11, Programming Challenge #1 (p.651) Write a program that uses a structure named MovieData to

********PLEASE DO THIS PROBLEM IN C++**********DO NOT USE "CONIO"************
Chapter 11, Programming Challenge #1 (p.651) Write a program that uses a structure named MovieData to store the following information about a movie: Title Director . Year Released Runtime (in minutes) The program should create two MovieData variables, store values in their members, and pass each one, in turn, to a function that displays the information about the movie in a clearly formatted manner. Notes: Title and Director should be strings, name them title and director . Year Released and Runtime should be integers, name them yearReleased and runtime No input needed from the user Initialize one variable initialization list, and the other by setting each member Name the function that displays the contents of a movieData variable "displayMovie" o It should take a single constant movieData reference as its parameter You can use whatever values for the movie data you wish; I care about how you are storing the data in this program
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
