Template:Task: Difference between revisions

Blanked the page
No edit summary
(Blanked the page)
Line 1:
{{task}}
 
 
Twin primes are pairs of natural numbers(P1 and P2) that satisfy the following:
 
# P1 and P2 are primes
# P1 + 2 = P2
 
Write a program that displays the number of twin primes that can be found under a user-inputted number.
 
Examples below:
{{out}}
<pre>
> Search Size: 100
> 8 twin prime pairs.
</pre>
 
<pre>
> Search Size: 1000
> 35 twin prime pairs.
</pre>
Anonymous user