Keep getting the same errors even if I change the file name to Main.Java or the name of the public class, not sure what to do.
class names must match file names. So on line 1, change it to:
public class Main
I'm pretty sure you need to have a main method.
class names must match file names. So on line 1, change it to: