Automation QA Testing Course Content

Java Excercise 10

Exercise:

Insert the missing part of the code below to output "Hello World".
public class MyClass {
  public static void main(String[] args) {
    ..("Hello World");
  }
}

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.