Problem:
Question 1: Write a program that generates all prime numbers between 2 and 1000, using the Sieve of Eratosthenes method. You can find many articles that describe the method for finding primes in this manner on the Internet. Display all the prime values.
Question 2: How do you store five pseudo random numbers in their own variable in matlab?
Show the code, demonstrate it works properly and describe what it is doing.