(Identical arrays) Two arrays list1 and list2 are identical if they have the same contents. Write a function that returns true if list1 and list2 are identical using the following header:
bool isEqua1(const int 1ist1[], const int 1ist2[], int size)
Write a test program that prompts the user to enter two lists of integers and displays whether the two are identical. Here are the sample runs. Note that the first number in the input indicates the number of the elements in the list. This number is not part of the list. Assume the list size is maximum 20.


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.