If the two arrays are of the same size, you can Write a loop to copy the elements of one to the other.
for(int i=0; etc
alphaIntArry[i] = betaIntArray[i]; copy contents of b to a