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