Instructions 1. Using this Online IDE, create three (3) linked lists named songs, artists, and playlist. You may refer to the sample codes in this module. 2. Add five (5) song titles to the first...



  1. Using this Online IDE, create three (3) linked lists namedsongs,artists, andplaylists. You may refer to the sample codes in this module.

  2. Add five (5) song titles to the first linked list then add the five (5) singers/bands of those songs to the second linked list.

  3. Combine the first two (2) linked lists and add each combination to the third linked list, which is a
    playlist


Instructions<br>1. Using this Online IDE, create three (3) linked lists named songs, artists, and playlist. You may refer to the sample codes in this module.<br>2. Add five (5) song titles to the first linked list then add the five (5) singers/bands of those songs to the second linked list.<br>3. Combine the first two (2) linked lists and add each combination to the third linked list, which is playlist.<br>4. Display the content of the three (3) linked lists in separate lines. See sample output below.<br>Output - MyLinkedList (run) ×||<br>zun:<br>[We Belong Together, Mililion Reason, The Climb, Who You Are, A Woman's Worth]<br>[Mariah Carey, Lady Gaga, Miley Cyrus, Jessie J, Alicia Keys)<br>We Belong Together - Mariah Carey<br>Million Reasons - Lady Gaga<br>The Climb - Miley Cyrus<br>Who You Are - Jessie J<br>A Woman's Worth - Alicia Keys<br>BUILD SUCCESSFUL (total time: 0 seconds)<br>

Extracted text: Instructions 1. Using this Online IDE, create three (3) linked lists named songs, artists, and playlist. You may refer to the sample codes in this module. 2. Add five (5) song titles to the first linked list then add the five (5) singers/bands of those songs to the second linked list. 3. Combine the first two (2) linked lists and add each combination to the third linked list, which is playlist. 4. Display the content of the three (3) linked lists in separate lines. See sample output below. Output - MyLinkedList (run) ×|| zun: [We Belong Together, Mililion Reason, The Climb, Who You Are, A Woman's Worth] [Mariah Carey, Lady Gaga, Miley Cyrus, Jessie J, Alicia Keys) We Belong Together - Mariah Carey Million Reasons - Lady Gaga The Climb - Miley Cyrus Who You Are - Jessie J A Woman's Worth - Alicia Keys BUILD SUCCESSFUL (total time: 0 seconds)

Jun 07, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here