Write a function called displayArray7. The function should accept a two dimensional array as an argument and display its contents on the screen. The function should work with any of the following arrays:
int hours[5][7];
int stamps[8][7];
int autos[12][7];
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.