Owl Get a Life
addition.cpp:6:11: error: ‘x’ was not declared in this scope 6 | int sum = x + y; | ^addition.cpp:6:15: error: ‘y’ was not declared in this scope 6 | int sum = x + y; | ^