Write a program called program_arr3.c that will ask the user for a value for an integer variable called length. The value must be used to create an array of integers with the specified length. Then, the program should prompt the user to enter the elements of the array. After the array is filled, the program should iterate through the array once more, this time calculating the sum of all the elements. Finally, the program should output the resulting sum.