hey im a beginner to C++ and I'm looking for a bit of help in one of my programs, I havent done much with arrays in C++ but I'm looking to get an array of 10 randomly assigned integers, find a way to add them together and print out the result, as well as add all the numbers of the even index of the array and subtract all the numbers in the odd index of the array and put those in two different results. Can someone walk me through this?