Owl Get a Life
exam.cpp: In function ‘int main()’:exam.cpp:11:24: error: expected ‘;’ before ‘else’ 11 | cout << "Hello World" | ^ | ; 12 | else if (x == 2) | ~~~~