In your function Delete_Number() you iterate through the array with only one variable. You should use two variables; one for the reading position and another one for the writing position. They both...