Question: URGENT PLEASE , C PROGRAMMING 1. Write a function named SplitAndSummarize that receives three different (2D) two dimensional arrays all of type integer. The received

URGENT PLEASE, C PROGRAMMING 1. Write a function named SplitAndSummarize that receivesURGENT PLEASE, C PROGRAMMING

1. Write a function named SplitAndSummarize that receives three different (2D) two dimensional arrays all of type integer. The received arrays are of the following sizes: The first array A will contain data of size 10 X 10 The second and third arrays B and C) have the same size which is 10 X 6. Your function is supposed to split the array A Into two halves, the left side half will be stored in and the right side half will be stored in C. The extra column for Band for C will include the minimum of the values in the corresponding rows for Band Crespectively. See Below Example: Array B will be Assume this is the input array S S 1 7 1 1 24 2 3 2 2 11 77 SS 2 4 7 6 6510 6 5 10 95 4 6 5 10 8 6 10 9 10 5 64 44 6 4 9 10 10 G9 4 6 10 6678 RR 42 And Array C will be 4 & 3G 44 3 5 2762 75 855 5 544 4 1 9 3 3 1 359 33 610 484 10 G 10 65786 88 89 77 2 Write the main function that Defines a 2D array of size 10 X 10 named X Defines another two 2D arrays of size 10 X6 named Y and Z respectively Initializes the elements of the variable X with random integers between 1 and 10 (inclusive) Properly calles the function SplitAndSummarize defined in parti Properly print the elements of the three arrays in a tabular format as in the sample run Sample Run at Screenshot

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!