Write a Java application that allows a user to enter 10 numbers (double precision) into an array and then sorts and displays the numbers from lowest to highest. You should use the Arrays.sort() method. Demonstrate your code compiles and runs without issue (You can use screen captures to demonstrate this functionality in a word document).