Say that I sample $n$ random integers from some random variable $X$. The distribution has the last digit of the integer uniformly distributed. I then take the samples and add them
$$ Y = x_1+x_2+x_3 + ... + x_n $$
What is the distribution of the last digit of $Y$? I want to also say uniform, but I'm not sure
Yes, it's uniform. In fact, no matter what the value of $x_1+\cdots+x_{n-1}$ is, the ten possibilities for the last digit of $x_n$ all give different values for the last digit of $Y$. Since the last digit of $x_n$ is equally likely to be any of the ten possibilities, the same is true for $Y$. You don't need to know that all your $x_i$ are uniform in the last digit; as long as at least one of them is, the answer is uniform.