You are given two BigIntegers.
BigInteger a = new BigInteger("10");
BigInteger b = new BigInteger("20");
What is the correct way to multiply them?
You are given two BigIntegers.
BigInteger a = new BigInteger("10");
BigInteger b = new BigInteger("20");
What is the correct way to multiply them?
Create a free account to access the full topic