Lab 7: Loops


Write a program that prompts the user for an integer, and then outputs the odd prime numbers less than or equal to the number entered.
Save your file as lab7.cpp.