+ 3
Need algorithm!!!
I want to make a cpp program to find prime numbers upto n number but i don't know the algorithm...can anybody help me with this...thank u
3 Answers
+ 9
Go to Code Playground section and use the Search bar entering keyword "prime" you'll find plenty of examples to learn from. Good luck!
+ 2
Eratosthenes sieve.