Hello,
I haven't attempted to put together a complete code just yet. I have the following so far;
PythagoreanTriples[p_] := Module[{i, j, result, s, x, y}]
s := Table[0, {j, 1, p-1)]
result = {}
I know I am missing A LOT of statements. But, like I said, I am very new to programming, and...