1. Write a program name sorting.java that will use an array to store 10,000 randomly generated numbers (ranging from 1 to 10,000 no repeat number)
2. Using the selection sort algorithm to sort the number in ascending order.
3. Display the sorted sequence, each line shows just one number