Owl Get a Life
addition.cpp: In function ‘int main()’:addition.cpp:7:14: error: expected ‘;’ before ‘}’ token 7 | cout << n1+n2 | ^ | ; 8 | } | ~