Implement the function
that receives three arrays of the given size, adds in1 and in2, and stores the result in out.
For example, for these input arguments
your function should store the following in out:
Observation You only need to submit the required procedure; your main program will be ignored.