|
|
вернуться в форумHow do we know when the input finishes ? Hi, When we read the input from stdin/stdout, when do we stop reading the input ? Thanks Re: How do we know when the input finishes ? Read "Frequently asked questions" Re: How do we know when the input finishes ? Послано wakeme 18 апр 2009 07:51 Scanner a=new Scanner(System.in); a.hasNextInt(); |
|
|