Reads the next token from standard input, parses it as an integer, and returns the integer. @return the next integer on standard input @throws NoSuchElementException if standard input is empty @throws InputMismatchException if the next token cannot be parsed as an int
()