Write C++ program to find prime numbers in given range using functions
belongs to collection: c++ language function and recursion programming exercises
All Answers
total answers (1)
belongs to collection: c++ language function and recursion programming exercises
total answers (1)
I have used CodeBlocks compiler for debugging purpose. But you can use any C++ programming language compiler as per your availability.
Result:
Enter the lower and upper limit to list primes: 20
50
List of prime numbers between 20 and 50 are:
23
29
31
37
41
43
47
need an explanation for this answer? contact us directly to get an explanation for this answer