G
Guest
My array is
int[] list = new int[3]{20,99,6};
Using a for-loop, how can I order the output of this array. I don't want to
use a sorted list.
I know this is straightforward but can't figure it out.
thank you!
int[] list = new int[3]{20,99,6};
Using a for-loop, how can I order the output of this array. I don't want to
use a sorted list.
I know this is straightforward but can't figure it out.
thank you!