I'm trying to Down size a 5 digit number on an array of [26] values each value has well 5 digits
i want to just use the last two digits for the value how would i be able to do that with
the modulus operator. I was told the mod OP would be perfect, i just dont know how to use it with arrays..

thanks