Tagged Questions

0
votes
2answers
117 views

unable to return to main() from a method reading standard input stream

I am basically trying to return from a method which reads user input from the standard input stream. Since the user has the option to quit the application, I am trying to figure out the best way to do ...