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