Write a program that will allow the user to interact with a subset of the IMDB movie database. Each movie has a unique ID, a name, a release date, and a user rating.
After initializing an array of struct with some provided data, your program, should display a menu with the following options:
The program should perform the selected operation and then re-display the menu.
For options 1 and 2, display the information about each movie on a separate line. First print the column headers, then the values for each movie that should line up in columns (see "Tips" section below for more details).
For option 3 output the release date and for option 4 output the results for the found movie. For both options, if the movie is not found display an appropriate message
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here