You need a program that uses a structure named MovieData to store the following information about a movie.
Title
Director
Year Released
Running time in minutes.
The program should create two MovieData variables in their members, and pass each one, in turn, to a unction that displays the information
about the movie in a cleary formatted manner.
In C++, visual studio 2015 if posssible.