When an array of type int is created each element's default value is zero (0). This tells me somehow you are probably passing a new, default value array, rather than your initialized array, but the...