I'm trying to do a problem that returns a new double array containing unique values from another double array (basically the new array will remove/delete duplicate numbers in the original array). I...