This Project will find all the prime-numbers The longer u let it run the more it will generate Press the green '?' button to check for a specific number =========================== Prime numbers are prime numbers although google says: "A prime number is any positive number that can only be divided by itself and the number 1." Some people think 1 is prime because 1 is divisible by 1 and itself, which is also 1, so instead of that think of it like any positive number having exactly 2 factors, which would be the number itself and 1 (x*1=x ---> so, x and 1 are factors) The smallest prime number is 2. End of story. If you didn't understand this, either: i) you have not studied prime numbers yet OR ii) you need to retake maths classes Enjoy!
Just added cloud storage feature Now the project does not start from the first prime number every time but from the last prime number it generated List gets updated too so no data is 'lost' Saves time i guess Should work till like 9 digit primes Though i think might crash if two people start project at the same time..... I'll just reset if that happens, though i doubt anyone gonna check all the numbers if they're prime or not Apparently the cloud limit is till about 1000-1100, might try increasing it later Feature to check for prime numbers added on suggestion by @GreennWhite #Maths_for_laif