// Assume inputFile references a Scanner object.
try
{
input = inputFile.nextInt();
}
finally
{
inputFile.close();
}
catch (InputMismatchException e)
{
System.out.println(e.getMessage());
}
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.