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
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
Thanks a lot, really helped me
@SixBeepsI will be glad to do so, but can't find the button
@SixBeepsOk I did it
@SixBeeps