Example Lab -/ Lab-0

LAB DESCRIPTION:

This is a lab report xD. For a Lab report you must make a brief description of the lab and then make a section for the coding and then take screen shots and post it on the page at the bottom.

This is an example how your lab report should look like. You must create a tab in your portfolio and name it “CET 3640″. For each lab you must create a new page, and choose “CET 3640″ as the parent to keep your portfolio organized. For each lab you will submit three items: the first item is a lab description in your own words of what the lab is about and how you did it, followed by the source code, and finally the screenshots. To correctly display the source code, make sure that when create the page, you switch from “Visual” to the “Text” view and surround the code with the tags <pre> </pre>. The <pre> HTML tag is used for pre-formatted text, so it will respect indentation, spaces, tabs, etc. If you don’t use it the code will be hard to read and points will be deducted. Using the <pre> HTML tag (or equivalent formatting) is mandatory. Lab reports visibility must remain private until graded by the professor. After that point change the visibility to public.

For the report for Lab 0 you must create a Lab Report similar to this one that you are reading and post it in your portfolio. You may copy the content of this page for your Lab 0 report.

 

Code:

 
public class HelloWorld {

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

/**
java project 

*/

ScreenShots:

Lab0_basic

Leave a Reply

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