Hey guys, I have a program here that generates a random array of 10 numbers. My problem is I'm supposed to add a function that accepts an int array and the array's size as arguments. This function should create a new array that is one element larger than the argument array. I am new to C++ and could use any help!