Lab Description: This is a program to print Hello World to see if the software is install correctly CODE: public class main { /** * @param args */ public static void main(String[] args) { // TODO Auto-generated method stub System.out.println("Hello World"); } } SCREENSHOT: In this this section you must provide screenshots showing your program running, see the example below.