Problem #499 C++ using OBJECT ORIENTED PROGRAMMING

Write a Java program to create a class called "MusicLibrary" with a collection of songs and methods to add and remove songs, and to play a random song.

Your Solution