/Clone-Array-Using-Java

This method accepts the original array (scores), the starting position of the source array (remember Java starts counting at 0), the destination array (newScores), the starting position of the new array, and how many elements you will copy

Clone-Array

This method accepts the original array (scores), the starting position of the source array (remember Java starts counting at 0), the destination array (newScores), the starting position of the new array, and how many elements you will copy