Dynamic Two Dimensional Arrays 2. (30 Points) Write a program that does the following. Create a dynamic two dimensional square array of unsigned integers (array_one). Prompt the user to enter the number of rows (maximum of 50) (Use this for columns too since the array will be square.) Pass the array to a function that will initialize the two dimensional array to random numbers between O and 4000 using the rand0 library function. Here is the kicker:
OR
OR