Also, iterate the array correctly to both fill and inspect it. Remember that Java arrays are zero-indexed so that iterating the loop should include the index 0 and should not exceed array.length -...