Owl Get a Life
0405.cpp: In function ‘int main()’:0405.cpp:5:24: error: expected ‘;’ before ‘return’ 5 | cout << "Output James" | ^ | ; 6 | return 0; | ~~~~~~