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:85).
Help me with this error! What’s the mistake in my code?
I’m trying to build a generic tree and get the sum for kth level. It’s working fine on other editors but not on this!