Question: Question 1 Write a C + + program that will use a structure called movieData to store the following information: Title Director Year released Running
Question
Write a C program that will use a structure called movieData to store the
following information:
Title
Director
Year released
Running time in minutes
Then in your main function create two movieData variables to store data about
two different movies you can enter them from keyboard or initialize it in your
code
Then implement a print function that will accept one movieData variable by
reference and print all values in the struct with descriptive information. You have
to call this function two times.
What to submit?
Put our source code screenshot or copy and paste in a Word document. Label
clearly the question number. Save file as Lab
Copy paste of source code is fine if all format and indentation are kept.
And then followed by two different screenshots of the outputs when testing your
program.
Remember to check that your outputs are correct.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
