Owl Get a Life
evenorodd.cpp: In function ‘int main()’:evenorodd.cpp:9:14: error: lvalue required as left operand of assignment 9 | if(a % 2 = 0) {cout << "even" ;} | ^