Lab 0

Lab Description:

The example lab description explains the basics for creating and submitting the subsequent lab reports. First create a page titled “CET 3640” which will be the parent page for this class. Each lab report must be under this page and remain private until after grading. Lab reports have three parts: 1) Lab Description: a summary of the lab and your procedure , 2) Code: must run and be properly indented, to maintain the format use the <pre> tag, and 3) Screenshots of your program running.

Code:

public class HelloWorld {

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

Screenshots:

 

Lab0

Leave a Reply

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