Question: Modify the program we discussed and executed in class to use functions to calculate the sum, product, difference and quotient of two 4 element( or you may choose the size of your arrays) integer arrays. Your task is to store the results of the first 2 arrays in the third array.
For example The elements of array1 + the elements of array2 will be stored in array3. Your solution should have a function for each operation performed.