Sololearn: Learn to Code
New course! Every coder should learn Generative AI!
Try a free lesson
0
you could use a for-loop like this: for (int y = (arr.length - 1); y > 0; y--) { System.out.println(arr[y]); }
23rd Feb 2018, 2:12 PM
T0nd3