Search:

Type: Posts; User: helloworld922

Search: Search took 0.09 seconds.

  1. Re: Need Help - Factoring & Prime Finding Code

    ahh, forgot... it's not printing out any spaces between the numbers :P
  2. Re: Need Help - Factoring & Prime Finding Code

    mmm... prime numbers :(

    The easiest way to do this is probably seeing if for some number 1<n<101, printing out any numbers that n%i == 0 (where i is a number from 2 to n-1). If nothing was printed...
Results 1 to 2 of 2