Owl Get a Life
prime.cpp: In function ‘int main()’:prime.cpp:8:44: error: expected ‘;’ before ‘}’ token 8 | if (a == 1 || a == 0) {cout << "Not Prime"}; | ^ | ;