Skip to content

Categories:

Lab Report Example

Lab Description:

This is an example how your lab reports should look like. 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 to the HTML 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. Using the <pre> HTML tag (or equivalent formatting) is mandatory.

Code:

 

public class HelloWorld {

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

Screenshots:

This section contains screenshots showing your program running. If the image is not too big, you will be able to just copy/paste it as using a word processor. If it’s too big, then you can either reduce it’s size or upload it and the insert it into the post.


3 Responses

Stay in touch with the conversation, subscribe to the RSS feed for comments on this post.

Continuing the Discussion

  1. Cet 3640 lab 1 | Gurpreet Singh's ePortfolio linked to this post on 04 February, 2013

    […] make a simple hello world program. What I did was follow the lab report example coding found here http://openlab.citytech.cuny.edu/cet3640s13/labs/lab-example/. From my understanding public is a modifier and static tells the program that it doesn’t need to […]

  2. international hotel management dissertation linked to this post on 26 September, 2021

    international hotel management dissertation

    Lab Report Example – CET 3640 – Software for Computer Control (Spring 2013)



Some HTML is OK

or, reply to this post via trackback.