Owl Get a Life
yayornay.cpp: In function ‘int main()’:yayornay.cpp:5:34: error: expected ‘;’ before ‘else’ 5 | if(name == "CPIC") cout << "yay" else cout << "nay"; | ^~~~~ | ;