Owl Get a Life
evenorodd.cpp: In function ‘int main()’:evenorodd.cpp:135:9: error: ‘N’ was not declared in this scope 135 | if (N % 2 == 0) cout << "Even"; else cout << "Odd"; | ^