Menu
×
×
Correct!
Exercise:Insert the missing part of the code below to output "Hello World".
public class MyClass {
public static void main(String[] args) {
@(6).@(3).@(7)("Hello World");
}
}
public class MyClass {
public static void main(String[] args) {
System.out.println("Hello World");
}
}
Not CorrectClick here to try again. Correct!Next ❯ |
This will reset the score of ALL 59 exercises.
Are you sure you want to continue?