I have the following array [12,16,5,9,11,5,4] it prints: 12,16,5,9,11,5,4.
[12,16,5,9,11,5,4]
12,16,5,9,11,5,4
I want it to print: 4,5,11,9,5,16,12
4,5,11,9,5,16,12
When I
Sounds like your array is actually a String