Playing with Numbers -- 1
The Blog shows how to find Perfect Prime and Twin
Prime Numbers programmatically.
Description:
n
Prime Numbers:
A
Prime Number can be divided evenly only by 1 or itself. And it must be a whole
number greater than 1.
Example: 2, 3, 5, 7, 11, etc.
n
Twin Prime Numbers:
A
pair of prime numbers that differ by 2 (successive odd numbers that are both
Prime numbers).
Examples: (3, 5), (5, 7), (11, 13),...
It is not known whether the
set of twin prime numbers ends or not.



Join the conversation! Your thoughts help the community grow.