Showing this error while running

Exception in thread “main” java.util.NoSuchElementException
at java.util.Scanner.throwFor(Scanner.java:862)
at java.util.Scanner.next(Scanner.java:1485)
at java.util.Scanner.nextInt(Scanner.java:2117)
at java.util.Scanner.nextInt(Scanner.java:2076)
at Main.main(Main.java:5)

@alok9.8yadav2001
NoSuchElementException basically means the element u r requesting does not exist .give input while compiling and test if ur loops are running for more times than input