Posts by Lucas Monteiro • 43 points
2 posts
-
-4
votes1
answer94
viewsQ: Java List Algorithm - Remove music from playlist
I need to create a java playlist algorithm that removes music from a playlist, I already have the forward, back, random and play buttons; I need to remove music from the playlist with a playlist…
-
4
votes2
answers73
viewsQ: Creating an array from two
I have the situation where I need to build in java a arrayC[] from a arrayA[4] and a arrayB[7], where the arrayC[] should present in order the arrayA[4] and then the arrayB[7]: for example:…