I need help. Im trying to make a program that will cout every number from 1 to 1000 that is prymary (1,2,3,5,7).
I dont need the whole function, i just need some sort of if statement that would return a true boolean that tells if the number is primary.
Thanks in a advance.