Lab 0

Lab Report Example

Lab Description:

Lab 0 is a lab that is used to show the students how to use OpenLab if they are not familiar with it. The code and screenshots shown in this lab are simple copy and pasted from the Lab 0 example that is available on Openlab.

Code:

public class HelloWorld {

	/**
	 * @param args
	 */
	public static void main(String[] args) {
		// TODO Auto-generated method stub
		System.out.println("Hello World");
	}
}

Screenshots:

In this this section you must provide screenshots showing your program running, see the example below.

 Screen Shot 2014-09-08 at 7.46.29 PM

Output:

Screen Shot 2014-09-08 at 7.46.37 PM

Leave a Reply

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