10 pts.
 program
How can I make a program of prime number?

Software/Hardware used:
ASKED: October 10, 2012  10:29 AM
UPDATED: October 10, 2012  11:51 AM

Answer Wiki:
Last Wiki Answer Submitted:  Be the first to answer this question.
All Answer Wiki Contributors:  Be the first to answer this question. Michael Tidmarsh   11,390 pts. , mmb   10 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

In what language? And what do you want the program to do? Do you want it to accept a number as input and tell you if it’s prime? Or do you want it to start listing prime numbers and continue forever? Or something else…? I suspect that the very first step is to enrol in a school that teaches programming. (This site is not a school and doesn’t teach ‘programming’.) — Tom

 108,055 pts.

 

Hi mmb,

In order to get help with your issue, you’ll need to provide more details. As Tom notes, this site is not for teaching programming, but for sharing knowledge that can help with specific issues (some of which may involve programming). Let us know if you can provide more detail. 
 2,060 pts.

 

I think your toughest obstacle here is coming up with the logic for determining the prime numbers. If you can do that then coding a program in the language of your choice should not be that hard of a task.

 3,910 pts.