Enter the value (number) of the result variable.
BigInteger current = BigInteger.ZERO;
current.add(BigInteger.valueOf(1000));
current.subtract(BigInteger.valueOf(10));
BigInteger result = current.add(BigInteger.ONE);Enter the value (number) of the result variable.
BigInteger current = BigInteger.ZERO;
current.add(BigInteger.valueOf(1000));
current.subtract(BigInteger.valueOf(10));
BigInteger result = current.add(BigInteger.ONE);Create a free account to access the full topic