Hey, i would like to know how exactly you pass an array from one function to another. so say i generated 10 random numbers and stored them in an integer array, how would i return this to a function. and then also, how would i pass this array directly to another function? thanks