Question: C++ program 1- Define a struct movieType, to store the following data about a movie: movie name (string), movie director (string), movie released year (int),
1- Define a struct movieType, to store the following data about a movie: movie name (string), movie director (string), movie released year (int), number of copies in stock (int). write aprogram that declares a variable of type movieType, prompts the user to input data about a movie and outputs the movie data then write the data into a file
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
