Lab 1

Description:

For our first lab, we had to install JDK and Eclipse and create our first Java program of the class. We also have to familiarize ourselves with a new website call OpenLab. We had to create an portfolio through that website and upload our work onto there. I created a simple program that tells the world hello, and exposed our professor’s love for coffee.

Code:

//Lab 1 Hello World Program
//Jain Feng Wu 2/8/2013
//CET3640

public class Helloworld
{
	public static void main( String[] args )
	{
			System.out.println("Hello World, my name is Jain Wu, this program is for Dr. José M. Reyes Álamo whom I recall loves coffee");
	}		
}

Screenshot:

PICTURE OF MY HELLO WORLD PROGRAM RUNNING HERE

Hello world!

This is the first post on your Learning Blog. Edit or delete it, then start blogging!

NOTE: Remember to add appropriate Category and Tags to your posts. This will help your professors and other visitors find the content they are looking for. The Category “Coursework” and the Tags “OpenLab” and “City Tech” have already been applied to this post. Feel free to make changes!