Lab 10.3 - Music Collection: View

Write an application that views songs from the comma-separated value file from Lab 10.2. The form should look a lot like the Music Collection: Add lab. The user should not be allowed to modify the data (this time). Allow the user to enter a song number for viewing, or to browse forward and back on the list. The user should not be allowed to walk off of the end of the data.

HINTS: For the love of any and all gods of computing, don't forget to CLOSE YOUR FILES when you're done reading or writing them. Also, use an array, but make sure that the user is not allowed to walk off of the end of your array.

As always, design a useful and proper interface.