Class PE0016

    • Constructor Summary

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

      Modifier and Type Method Description
      java.lang.String solve()
      Runs a loop 1000 times to calculate the wanted power as sum of the power with itself from the iteration before.
      • Methods inherited from class java.lang.Object

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

      • PE0016

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

      • solve

        public java.lang.String solve()
        Runs a loop 1000 times to calculate the wanted power as sum of the power with itself from the iteration before.
        Returns:
        the cross total of 21000
        See Also:
        LargeNumber, LargeNumber.sumOfDigits()