Owl Get a Life
3nplus1II.cpp: In function ‘int main()’:3nplus1II.cpp:15:13: error: expected ‘;’ before ‘}’ token 15 | n = 3*n+1 | ^ | ; 16 | } | ~