Tag Archives: prime number program in java using recursion

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