Owl Get a Life
evenorodd.cpp: In function ‘int main()’:evenorodd.cpp:11:25: error: expected ‘;’ before ‘}’ token 11 | cout<<"x is odd" | ^ | ; 12 | } | ~