I am trying to do a Project Euler problem but it involves adding the digits of a very large number. (100!)
Using Java int and long are too small.
Thanks for
java.lang.BigInteger or java.lang.BigDecimal