|
|
|
|
|
by mikejb
3555 days ago
|
|
I see an iteration of every possible factor for the numbers given. Continuing from 999 further on to 1400, the code doesn't work anymore (It claims 1369 to be prime). So, to be precise, the code does not compute 'primes', the code lists every number that is not devisable by any number from 2 to 32. |
|