Write a program that reads movie data from a CSV file and output the data in a formatted table. The program first reads the name of the CSV file from the user.
Write a program that reads movie data from a CSVĀ file and output the data in a formatted table. The program first reads the name of the CSV file from the user. The program then reads the CSV file and outputs the contents according to the following requirements: Each row contains the title, rating, and […]