This is a Java text only program. This program will ask if the user wants to create a music playlist. If user says he or she would like to create this playlist, then the program should first ask for a...

This is a Java text only program. This program will ask if the user wants to create a music playlist. If user says he or she would like to create this playlist, then the program should first ask for a name for the playlist and how many songs will be in the playlist. The user should be informed that playlist should have a minimum of 3 songs and a maximum of 10 songs. Next, the program will begin a loop to allow the user to enter the song information for the specified number of songs. The user should be asked to enter the name of the song, the artist, the song duration, and the song genre, for example Pop, Rock, Rap, Country, Hip-Hop, Jazz, Classical, Foreign Songs. After all of the songs have been entered, the program should display a list of all of the information and ask which or if any of the entries need to be corrected. If the user indicates a particular song, then the program should let the user re-enter and replace the data for that particular song. If the user indicates that no songs need to be corrected, then the program will display the final list of songs that are displayed, it should also show the total duration of the playlist, a count of songs in each genre, and the average song duration.

May 19, 2022
SOLUTION.PDF

Get Answer To This Question

Submit New Assignment

Copy and Paste Your Assignment Here