Here is another way to prove it.
Let's formulate a conjecture.
$
(-3)^4 = 8 \\
(-2)^4 = 16 \\
(-1)^4 = 1\\
0^4 = 0\\
1^4 = 1\\
2^4 = 16\\
3^4 = 81\\
4^4 = 256\\
5^4 = 625\\
6^4 = 1296\\
7^4 = 2401\\
$
Conjecture: The final decimal digit of the fourth power of an integer is either 0,1,5 or 6.
Proof: We use proof by cases. Assume n is an integer. Then n=10a+b, where a and b are positive integers and b, is 0,1,2,3,4,5,6,7,8,9. Taking fourth power on both sides gives us:
$
\hspace{1cm} n^4 = (10a + b)^4 \\
\hspace{1cm} n^4 = 10000a^4 + 4000a^3b + 600a^2b^2 +40ab^3 + b^4 \\
\hspace{1cm} n^4 = 10(1000a^4 + 400a^3b + 60a^2b^2 +4ab^3) + b^4\\
\text{thus, } n^4 = 10k + b^4 \text{ where } k = 1000a^4 + 400a^3b + 60a^2b^2 +4ab^3.$
Notice that the last digit of $n^4$ is the same as the last digit of $b^4$. At this point, we can check the last digit of all possible $n^4$ by checking only the last digit of all $b^4$, and we can do that by exhaustion since our b only has 10 integers as declared earlier. We have reduced it to just 10 cases, but we can do better.
since $(10-b)^4 = 10(1000 + 400b + 60b^2 + 4b^3) + b^4$, the last digit of $b^4$ is the same as the last digit of $(10-b)^4$. This tells us that the final digit of 1 and 9, 2 and 8, 3 and 7, 4 and 6 to the fourth power are the same. This reduces our cases to just 6:
case1: When the last digit of n is 1 or 9, then the final digit of $n^4$ is the same as the final digit of $1^4 = 1$ or $9^4 = 6561$
which is 1.
case2: When the last digit of n is 2 or 8, then the final digit of $n^4$ is the same as the final digit of $2^4 = 16$ or $8^4 = 4096$
which is 6.
case3: When the last digit of n is 3 or 7, then the final digit of $n^4$ is the same as the final digit of $3^4 = 81$ or $7^4 = 2401$
which is 1.
case4: When the last digit of n is 4 or 6, then the final digit of $n^4$ is the same as the final digit of $4^4 = 256$ or $6^4 = 1296$ which is 6.
case5: When the last digit of n is 5, then the final digit of $n^4$ is the same as the final digit of $5^4 = 625$ which is 5.
case6: When the last digit of n is 0, then the final digit of $n^4$ is the same as the final digit of $0^4 = 0$ which is 0.
∴In all cases, the final digit of the fourth power of an integer is either 0,1,5 or 6 as desired. □