Class PE0063

    • Constructor Summary

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

      Modifier and Type Method Description
      java.lang.String solve()
      This method solves the given problem by calculation every power between 1 and 10 with an incrementing exponent.
      • Methods inherited from class java.lang.Object

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

      • PE0063

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

      • solve

        public java.lang.String solve()
        This method solves the given problem by calculation every power between 1 and 10 with an incrementing exponent. It counts all found n-powers with n digits and stops if no power is found for a specific exponent.
        Returns:
        the count of all found powers