I need some help with this assignment problem. It's been a while since I last coded in C and i'm quite rusty with it. The problem is as follows:
"Prime numbers may be generated by an algorithm known as the Sieve of Erastosthenes. Write and test a C program that implements this algorithm. Have the program find all the prime numbers up to 150."
Question
Crackler
I need some help with this assignment problem. It's been a while since I last coded in C and i'm quite rusty with it. The problem is as follows:
"Prime numbers may be generated by an algorithm known as the Sieve of Erastosthenes. Write and test a C program that implements this algorithm. Have the program find all the prime numbers up to 150."
Any help? :wacko:
Link to comment
Share on other sites
3 answers to this question
Recommended Posts