Can anyone help me with the odd prime numbers program?
Facing difficulty in college assignment.
13 Replies
do you have a plan outlined or any thoughts on how to acheive this?
What part is stumping you?
Ie, exactly where are you facing difficulties
$details
When you ask a question, make sure you include as much detail as possible. Such as code, the issue you are facing, and what you expect the result to be. Upload code here https://paste.mod.gg/ (see $code for more information on how to paste your code)
sorry guys I was afk
actually I am stumping in prime number logic odd number part is quite easy but prime numbers are annoying me
Finding out if a number is prime or not is fairly simple, actually
What characterizes a prime number?
prime number are those which are divide by itself and 1
Yeah
And if we invert that condition, they're numbers that cannot be divided by any other number besides 1 and itself
Sounds to me like we can easily check that in a loop
For low prime numbers, at least
can you write me a statement ? just statement with syntax
Why don't you give it a shot yourself?
Alright let me try
@ZZZZZZZZZZZZZZZZZZZZZZZZZ thanks