Owl Get a Life
exam.cpp: In function ‘int main()’:exam.cpp:26:24: error: expected ‘;’ before ‘}’ token 26 | cout << "Hello World" | ^ | ; 27 | 28 | } | ~