in reply to Re^3: Odd Ball Challenge
in thread Odd Ball Challenge
Produce a prime number whose sum when added to itself is the same as the product if multiplied by itself.
The point is that until you know the answer is 2 + 2 = 4 = 2 * 2, you can't write a program that prints out 4. The challenge is not to figure out the solution and then write a translation of that solution into the program. The challenge is to write a program that given the rules can figure out a solution (since there may be more than one).If it is still not clear and you need another example, see Challenge: Setting Sun Puzzle.
Cheers - L~R
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^5: Odd Ball Challenge
by zby (Vicar) on Jun 24, 2005 at 13:37 UTC | |
by Limbic~Region (Chancellor) on Jun 24, 2005 at 13:52 UTC | |
by zby (Vicar) on Jun 24, 2005 at 14:23 UTC | |
by Limbic~Region (Chancellor) on Jun 24, 2005 at 14:47 UTC | |
by zby (Vicar) on Jun 24, 2005 at 14:58 UTC | |
|