Value of result

Report a typo

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 a number
___

Create a free account to access the full topic