Declare a two-dimensional array that contains 10 rows , each of which will store 4 doubles. Execute the program in C++ explain how the array is initialized, how it is used in the program, how the nested for loops work, and what the output of the program is.