Comp 252 -- Assignment #3 -- Due Tuesday, September 18, 1990 In arithmetical modulo n numbers are replaced by their remainder on division by n. (For example, 15 modulo 7 is 1 because 15=2*7+1.) Write a program to print out addition and multiplication tables for the numbers 0, 1,..., n-1 modulo n, for n = 1,... 10. [This problem taken from The Art of C Programming by Jones and Stewart.]