Class PE0033

    • Constructor Summary

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

      Modifier and Type Method Description
      java.lang.String solve()
      Here the problem is solved by run two nested loops to test all fractions n/d with 10 < n < 100 and n < d < 100 if the wanted conditions match.
      • Methods inherited from class java.lang.Object

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

      • PE0033

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

      • solve

        public java.lang.String solve()
        Here the problem is solved by run two nested loops to test all fractions n/d with 10 < n < 100 and n < d < 100 if the wanted conditions match.
        Returns:
        the canceled product of all found fractions
        See Also:
        Mathe.getGCD(int, int)