Music Album is a Java console application that allows users to create a collection of music albums and add songs to them. Users can also view the list of albums and their corresponding songs.
To use this program, simply run the MusicAlbum.java
file in your Java IDE or command line. You will be prompted with a menu of options to add albums, add songs to albums, display songs in albums, display all albums and their songs, or exit the program.
- Add album
- Add music to album
- Show music in album
- Show all albums and their songs
Contributions to the program are welcome! If you would like to contribute, please fork the repository and submit a pull request.
This script is licensed under the GPL-3.0 license. See the LICENSE file for more details.