0
Why isn't running
https://sololearn.com/compiler-playground/ceCDzDx2EY46/?ref=app
5 odpowiedzi
+ 5
1) You're missing the "public class" of your program. Open a new Java code in the code playground and see what's missing.
2) Remember that Sololearn's compiler is not real-time, so you'll need to think ahead and enter all of the input values on a new line when the prompt appears after you hit run; something like this:
1
22
3
4
quit
3) Check how you call your class Jol
0
I tried even outside compiler its not working
0
Can you update the code with my suggestions?
0
https://sololearn.com/compiler-playground/caqDVE0Yl39O/?ref=app
less error need more checking
0
You're missing a bit of your code in this example. Check your first print statement.