Tag Archives: what is prime number

Prime number program in Python

In this post we shall learn about finding prime number program in python.If a number is only divisible by 1 and itself then that number is called as prime number.Otherwise it is not a prime number. The following program is … Continue reading

Posted in Python | Tagged , , , , , , , , , , , , , , , , , , | Leave a comment

Prime number program in C++

Today we shall learn how to write a program to find a number is Prime number or not.Before we start writing a program we should learn the basic definition.A number is said to be prime number if”It is divisible by … Continue reading

Posted in C++ | Tagged , , , , , , , , , , , , , , , , , | Leave a comment

Prime number program in JAVA

Let us make another basic program in JAVA.i.e finding the prime numbers in the given list.We know that a number is called as prime number if it is divisible by one and itself only.Therefore to check whether a number is … Continue reading

Posted in Java | Tagged , , , , , , , , , , , , , , , , , , , | Leave a comment