java练习大数运算BigInteger
/** * 大数运算 * BigInteger * 求91的92次方 * 求它除以100的余数 * 大数运算Biginteger类的方法调用 */package com.test1;import ja