I\'m trying to make a program that consists of an array of 10 integers which all has a random value, so far so good.
However, now I need to sort them in order from l
You may use Arrays.sort() function.
sort() method is a java.util.Arrays class method. Declaration : Arrays.sort(arrName)