CS120
Lab #12

For this lab you will be creating a "song" class to store songs and use it to create a program to allow users to search for songs by name. You may do this lab as a pair programming assignment.

The song class should have the following data members and methods:

To test the class write a main program that does the following:

Turn in: the class, the main program, and sample output showing that the code works, including finding a song by name, and failing to find a song.