Owl Get a Life
exam.cpp: In function ‘int main()’:exam.cpp:13:33: error: expected ‘;’ before ‘}’ token 13 | std::cout << number1 + number2 | ^ | ; 14 | } | ~