How to add classes in sperate file in JAVA repl?
Hi I am new to repl with JAVA, and like to uderstand how to work with main and seperated class files
Voters
Hi I am new to repl with JAVA, and like to uderstand how to work with main and seperated class files
You can add files by clicking this button:

Just a reminder, however, your class names have to match your file names. For example, if you have a class called PlayerManager, it has to be in a file called PlayerManager.java
Hi, I have tried but it seems to be problem
https://repl.it/@OfirLiron/Hiworld
@SixBeeps
@OfirLiron You have to add the .java extension
Hi, can you please give an example?
if the class name is "isTimeAccurate" than I have to add .java in the and, it will turn the file to class?
@SixBeeps
@OfirLiron Yes, so the full file name should be isTimeAccurate.java
Thanks a lot, really helped me @SixBeeps
@OfirLiron You're welcome :)
I will be glad to do so, but can't find the button @SixBeeps
Ok I did it @SixBeeps