Ask your own question, for FREE!
MIT 6.00 Intro Computer Science (OCW) 19 Online
OpenStudy (anonymous):

stuck on a problem Set2(prime numbers) x=3 b=3 N=1 n=1 while N<999: x=x+2*n n=n+1 k=n while((x%b)!=0): if k>0: k=k-1 b=b+2*(k-1) N=N+1 print N print x (where is the error?)(finding 1000th prime number

OpenStudy (anonymous):

pls use a code pasting site: http://dpaste.com/666082/ here is one way to test for primes: http://pastebin.com/7SqyeaRh

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!