The Sieve of Eratosthenes can be used to compute prime numbers. Click on any number below and all its multiples will be removed from the array. Continue until no more numbers can be removed. The remaining numbers are all the primes in the initial array.



Think about
Does it work??
Comments are welcome !