+ 8
<Challenge> Find All Prime Numbers Between 1 And 100 </Challenge>
Find every prime number between 1 and 100. •No hard coding it. •You can use any language you want. •Do not "Script Kiddie" someone else's code. •Have fun!
12 Réponses
+ 6
+ 27
https://code.sololearn.com/cvaXib22qYmX/?ref=app
+ 18
https://code.sololearn.com/cLEax0HwxbvM/?ref=app
+ 14
Simple enough :
https://code.sololearn.com/ciTnWsSno435/?ref=app
+ 7
https://code.sololearn.com/c68nRw5uBTdm/?ref=app
+ 4
https://code.sololearn.com/Wu1waqWHw3Ln/?ref=app
This is my best prime code, it does calculate til more then 100K.
Here's a basic java code:
https://code.sololearn.com/c1rMnh1aYo6u/?ref=app
+ 4
+ 2
https://code.sololearn.com/cBgP6uYl4eo2
+ 2
https://code.sololearn.com/c6KIEb1M2fEg/?ref=app
It's mine!!!!
+ 2
https://code.sololearn.com/cWpK8YDXkNLL/?ref=app
Another one with user input.....