Owl Get a Life
sumint.cpp: In function ‘int main()’:sumint.cpp:12:25: error: expected ‘;’ before ‘}’ token 12 | total = total + arr[i] | ^ | ; 13 | } | ~