Ask Your Question
0

What does NoSuchElementException mean when it appears with .nextInt()?

asked 2021-12-09 11:00:00 +0000

plato gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2023-02-26 14:00:00 +0000

scrum gravatar image

NoSuchElementException is an exception that occurs when the scanner object is reading input from the user, but there is no more input to read. When this exception appears with .nextInt(), it means that the next token or number expected by the program is not available, which could be due to a malformed input or reaching the end of the input stream.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2021-12-09 11:00:00 +0000

Seen: 8 times

Last updated: Feb 26 '23