if (x%2 > 0 && x%3 > 0 && x%5 > 0 && x%7 > 0) echo "Not a Prime Number"; else echo "Prime Number" // If anyone finds this to be incorrect, please comment // I created this conjecture