Owl Get a Life
maximum.cpp: In function ‘int main()’:maximum.cpp:7:26: error: expected ‘;’ before ‘}’ token 7 | return max(num1,num2) | ^ | ; 8 | } | ~