Their is always the exception while compiling the code of given questions

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:7)

what is the solution to get rid of these exceptions

Hi @Sadaf_khan0107,
I assume that you are trying to run the code on coding blocks ide so there you have to provide the custom input in the custom input block given below.If not then please let me know where are you trying to run the code. Hope this helps.

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.