Prime Number using for loop
To find the prime number we have to iterate the loop from 2 to half of the number. We have to set a flag variable
From Basic to the Best
To find the prime number we have to iterate the loop from 2 to half of the number. We have to set a flag variable