(Locate the largest element) Write the following function that finds the location of the largest element in a two-dimensional array.
void 1ocateLargest(const double a[][4 ], int 1ocation[])
The location is stored in a one-dimensional array location that contains two elements. These two elements indicate the row and column indices of the largest element in the two-dimensional array. Write a test program that prompts the user to enter a 3 × 4 two-dimensional array and displays the location of the largest element in the array. Here is a sample run:

We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.