I just cant figure out the logic here
I need my array indexes to be printed in a random order.
I think there must be a random generator limited by 3 (I have three indexes) wich would be written down into another array.
But how do i get them in the order based on that? And it might generate the same numbers like : 3 3 1 or 2 3 2.
Please help me with the logic.