Owl Get a Life
area.cpp: In function ‘int main()’:area.cpp:9:20: error: expected ‘;’ before ‘}’ token 9 | area = area + a*b | ^ | ; 10 | 11 | } | ~