Owl Get a Life
prime.cpp: In function ‘bool check_prime(int)’:prime.cpp:13:17: error: lvalue required as left operand of assignment 13 | if ((num % 2 = 0) and (num != 2)){ | ^