 |
Prime Number using while loop only - C++ Forum - Cplusplus.com
I have to write a program to find "1" to "n" prime numbers using while loop. "n" is
the number entered by the user. e.g. If n=8, it should print first 8 prime numbers ...
www.cplusplus.com |
 |