LAB 0

Lab Description:

This lab covers the creation of an openlab portfolio and Lab 0 page. Next was to install eclipse and write a “HelloWorld” program.

Code:

package LAB0;

public class HelloWorld {
	/**
	 * @param args
	 */
	public static void main(String[] args){
		//TODO Auto generate method stub
		System.out.print("Hello World");
	}

}

Screenshot:

helloworld

Leave a Reply

Your email address will not be published. Required fields are marked *