Some of the elements in the values array are never initialized, so they can be anything when you print them. For example, values[1] is never initialized to anything, so printing that element can...