Prime number program in java

 






Prime number in Java: Prime number is a number that is greater than 1 and divided by 1 or itself only. In other words, prime numbers can't be divided by other numbers than itself or 1. For example 2, 3, 5, 7, 11, 13, 17.... are the prime numbers.


Practical video :


Download source code

Comments

Popular posts from this blog

Fibonacci Series in java

Fibonacci Series in java

Variables in java