Problem
The arrays sample1 and sample2 each hold 25 integer elements. Assume the arrays sample1 and sample2 have been declared and values have been initialized each element for both arrays.
Write programming code that copies the values in the array sample1 to the array sample2.