Owl Get a Life
fibo.cpp: In function ‘int main()’:fibo.cpp:26:26: error: expected ‘;’ before ‘cout’ 26 | nextTerm = nextTerm%mod | ^ | ; 27 | cout << nextTerm << endl; | ~~~~