Owl Get a Life
goodbye.cpp: In function ‘int main()’:goodbye.cpp:7:33: error: expected ‘;’ before ‘}’ token 7 | cout << "Goodbye " + name + "!" | ^ | ; 8 | } | ~