0
How do i display a specific set contents from an array?
for instance, I have a list of songs in an array, how can i display a specific song among that list?
2 Respostas
0
You can use of any nested loop..
0
perhaps switch? or for loop?
for instance, I have a list of songs in an array, how can i display a specific song among that list?