Discuss the below:
Q: Suppose a user has integer data values that he/she wishes to store in a two-dimensional array. Write a C++ program that first asks the user to input the size(dimensions) of the array, and then asks the user to input the data values and stores them accordingly. Finally, the program displays the values in the configuration specified by the user