Everything for this assignment will be done through the command line. This means that you should NOT create any windowing environment.
The program is based on text files, so you will have to save your database into a file called db.txt. This file will be empty the first time you run your program, but if the file has information in it, you should read the information, and store it in a linked list in your program that will hold all of the mp3s that a user has, while the program is active.
…
