Write a program that computes and prints the 1000th prime number using code blocks c++.
a. You will need some variables to keep track of which prime number you're on and keep track of where you are in your loop.
b. Need to test odd numbers to see if they are prime..
c. Need two loops