C
C#4mo ago
Arrival

Can anyone help me with the odd prime numbers program?

Facing difficulty in college assignment.
No description
13 Replies
eddyrick
eddyrick4mo ago
do you have a plan outlined or any thoughts on how to acheive this?
Pobiega
Pobiega4mo ago
What part is stumping you? Ie, exactly where are you facing difficulties
Buddy
Buddy4mo ago
$details
MODiX
MODiX4mo ago
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)
Arrival
Arrival4mo ago
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
Angius
Angius4mo ago
Finding out if a number is prime or not is fairly simple, actually What characterizes a prime number?
Arrival
Arrival4mo ago
prime number are those which are divide by itself and 1
Angius
Angius4mo ago
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
Arrival
Arrival4mo ago
can you write me a statement ? just statement with syntax
Angius
Angius4mo ago
Why don't you give it a shot yourself?
Arrival
Arrival4mo ago
Alright let me try
Arrival
Arrival4mo ago
No description
Arrival
Arrival4mo ago
@ZZZZZZZZZZZZZZZZZZZZZZZZZ thanks
Want results from more Discord servers?
Add your server
More Posts