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