Problem
Determine if a number that is entered between 1 and 100 is prime. Don't forget to check if the number entered is valid, must be between 1 and 100, inclusive. You should write a pseudo-code first and then write the code. For the first 10 minutes of the assignment you should focus on the pseudo-code!