1.
class FirstProgram { }
2.
public static void main(String[] args) { }
3. The following line should be placed on a new line between the { } of step 2
System.out.println("Hello World!");