Probably because when you pass the array into the reverseInPlace() method, you immediate reset it to a list of 10 zeros (that's what the first line in your method does). So when you run the loop, you...