+ 1
Multiple Classes in Java on Code PlayGroud
How do I add multiple classes in java while on code PlayGround? I have tried to figure it out but coming up short.
3 Answers
+ 4
You can "trick" sololearn by using nested classes in your main class, I think it could work !
+ 1
I was trying to get my Guessing game to work on here. It does work in eclipse.
https://code.sololearn.com/cDOLt67BWq8E/#java