Search for question
Question

Instructions

Write a program that

• Reads a CSV file with movie data that is provided to the program as an argument

• Processes the data in the file to create structs to hold data for each movie

• Creates a linked list of all these structs

• Gives user choices to ask questions about the movies in the data

• Prints out the data about the movies per user choice

Fig: 1