0
/ 10
What will be the output of the following code?
public class Answer { System.out.println("Hello World!".substring(6)); }
What will be the output of the following code?
public class Answer {
System.out.println("Hello World!".substring(6));
}
Your feedback will appear here when you check your answer.