Class PE0020

    • Constructor Summary

      Constructors 
      Constructor Description
      PE0020()
      A simple constructor to set number and title.
    • Method Summary

      Modifier and Type Method Description
      java.lang.String solve()
      Runs two nested loops to calculate the factorial as sum of large numbers.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • PE0020

        public PE0020()
        A simple constructor to set number and title.
    • Method Detail

      • solve

        public java.lang.String solve()
        Runs two nested loops to calculate the factorial as sum of large numbers.
        Returns:
        the sum of digits of the wanted factorial
        See Also:
        LargeNumber.sumOfDigits()