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