Question: Code in c++ Assignment 8 (10 points):Movie Data Structure Your goal is to create a structure to store information about a movie. Your program should

Code in c++
Assignment 8 (10 points):Movie Data Structure Your goal is to create a structure to store information about a movie. Your program should have the following The name of the program should be Assignment8. 3 comment lines (description of the program, author, and date). Write a program that uses a structure named MovieData to store the following information about a movie: (3 points) o Title o Director o Year Released o Running Time (in minutes) .The program should create 2 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. (7 points)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
