* Write a program to ask the user for the size of the 2D double array, then prompt the user to enter values to fill the array. Finally the program will print the content to screen.
Test your program on
* Rows 2
* Columns 7
* 2.4 3.5 2.8 7.4 4.8 1.7 5.3
* 1.1 1.1 1.1 2.2 2.2 2.2 3.3
Test your program on
* Rows 3
* Columns 4
* 2.4 3.5 2.8 7.4
* 4.8 1.7 5.3 7.2
* 1.1 1.1 1.1 2.2