write a program to accept any number in main() method and create a function and check to whether the number ia prime or not.
Answers
Answered by
1
Answer:
please search it on Google budy
but follow me here and thanks my all answer
Answered by
1
Answer:
Program to Check Prime Number Enter a positive integer: 29 29 is a prime number. In the program, a for loop is iterated from i = 2 to i < n/2 . If n is perfectly divisible by i , n is not a prime number. In this case, flag is set to 1, and the loop is terminated using the break statement.
Explanation:
Mark me the brainly and please follow me.
Similar questions