Friday, 19 December 2014

Program for Modular Exponentiation




CODE...

int m=(int)Math.Pow(input1, input2);

output1 = m % input3;

2 comments: