Applet to create Addition and Multiplication Modular
This applet will calculate the addition and the multiplication modular at the same time as the slider for either the modulus m, a, or b is changing the value for the AddMod=Mod(a+b,m) and MultMod=Mod(a*b,n) ae also changing.