Owl Get a Life
eight.cpp: In function ‘int main()’:eight.cpp:20:18: error: expected ‘;’ before ‘}’ token 20 | if(x==8)count++ | ^ | ; 21 | } | ~