Class PE0052

    • Constructor Summary

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

      Modifier and Type Method Description
      java.lang.String solve()
      This method solves the problem by incrementing a large number by one, multiplying it with 2, 3, 4, 5, and 6, and finally testing the results to consist out of the same digits.
      • Methods inherited from class java.lang.Object

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

      • PE0052

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

      • solve

        public java.lang.String solve()
        This method solves the problem by incrementing a large number by one, multiplying it with 2, 3, 4, 5, and 6, and finally testing the results to consist out of the same digits.
        Returns:
        the first number that matches all 5 rules
        See Also:
        LargeNumber