Write a program that defines and then uses a class called MP3TrackClass that expands on the record you used to implement Assignment 7 (Program 5, Chapter 11). The member data consists of the track name and the artist name at a minimum. The MP3TrackClass class should have member functions that:
Also, define and use a class called MP3TrackList, that defines an array of type MP3TrackClass and has member functions that:
The main program should input the data from a file to fill the array. You may make the file any way you want, but it will be easier if the artist and track names are on separate lines.