Stretchwickster
Programmer
Hi,
I need to find the last digit of a 10-digit integer. I have tried to use Mod 10 but the number seems to be too large to use with the mod operator. Has anyone got any ideas?
I need to find the last digit of a 10-digit integer. I have tried to use Mod 10 but the number seems to be too large to use with the mod operator. Has anyone got any ideas?