find remainder of two many-digit numbers

if i have two integers, say number1 and number2, stored in arrays where each index is a digit of the number (i.e. if my numbers are 321 and 158, then number1 = {3,2,1} and number2 = {1,5,8}), can i find the remainder of number1/number2? assume number1 > number2.
Last edited on
Is this a challenge? Why do you need them in arrays?
Topic archived. No new replies allowed.