Prove that a positive integer is divisible by 8 if and only if the number formed by its last three digits is divisible by 8.
Example: The number 12344 is divisible by 8, because 344 is divisible by 8. Also, the number 12345 is not divisible by 8, because 345 is not divisible by 8.