jiggy2dmax
10+ year member
CarAudio.com Elite
I can't figure out this flowchart for my life, anyone care to help.
Here's the problem:
Write a flowchart that will print out all the possilbe twin primes between 2 and 10k. Twin primes are prime numbers that differ by 2.
So far I have:
Start
number=2
factor=2
comparison of number%factor
Anyone care to help me figure this out?
Here's the problem:
Write a flowchart that will print out all the possilbe twin primes between 2 and 10k. Twin primes are prime numbers that differ by 2.
So far I have:
Start
number=2
factor=2
comparison of number%factor
Anyone care to help me figure this out?