I'm trying to write a method that expects an array of int and two intS parameters, which represent the starting position and ending position of a subarray within the parameter array.

So here's the...