|
There's little point wasting a variable, 'response', when you're going to deep-six the input. The only purpose of the input is to make the program wait for a user signal. While a C++ compiler should provide a return for you, if you can't be sure (about your compiler and its compliance), how much does it cost to type, "return 0".
|