Owl Get a Life
exam.cpp: In function ‘int main()’:exam.cpp:8:35: error: expected ‘;’ before ‘else’ 8 | if (x = 1 ) cout << "Hello World" | ^ | ; 9 | else { | ~~~~