Write a program arr_calc to perform array addition and array multiplication, The program takes 4 arguments:
Argument 1: The file name of the input array A
Argument 2: The file name of the input array B
Argument 3: The file name of the output array C
Argument 4: The calculation (a for addition, m for multiplication)
e.g., arr_calc file1 file2 file3 a