So I have to write a program that will compute the first 1000 prime numbers and store them into an array, print out the first 50 of those prime numbers, then prompt the user to enter an integer less than 1000 and check if its prime, if it is not prime then it will display the integer's smallest factors in increasing order.So I have to write a program that will compute