Write an application that allows you to initialize and fill in a one-dimensional array of 12 double numbers. (These numbers should be taken as a user’s input). Create and use the custom method to sort the array values in a descending order. (Do not use any of the prebuilt sorting methods of the Array class—any sort type can be implemented, such as bubble sort). Write a separate method that will take the sorted array as an argument and display all of its elements.