Owl Get a Life
evenorodd.cpp: In function ‘int main()’:evenorodd.cpp:7:2: error: ‘r’ was not declared in this scope 7 | r = (n % 2 == 1) ? "odd": "even"; | ^