Sieve of Erastosthenes

Your program should read in an integer called 'n'. You should declare an array of booleans of that size. Then you should run the Sieve of Erastosthenes . Finally you should print out the list of prime numbers. You get