Difficulty: Easy
Time to solve: ~1 min
Video this is covered in: 1
public class Jtutorial1 {
public static void main(String args[]){
system.out.println("Hello World");
}//end main
}//end class
Error Code: Exception in thread “main” java.lang.RuntimeException: Uncompilable source code – Erroneous sym type: system.out.println
at Jtutorial1.main(Jtutorial1.java:6)
Would it be appropriate to answer these in the comments here? If not, where can I find the answers to these problems? I’d like to be able to check my answers