Declare a two-dimensional array of three rows and two columns.
The array contains values of the double data type.
Inside nested for loops prompt the user for decimal numbers
Place each of the six values into a cell of the array.
After a blank line add the text: “This is what you entered:” on another line.
Output the results of the array into a sorted display that is of this form:
Column 1 Column 2
Row 1 2.1002 43.23
Row 2 54.23 82.12
Row3 832.213 1982.23