Lab 0

Hello World!
Description

This lab is first lab for the Spring 2014 CET 3640 Class.
For this lab I was asked to create the hello world program for
the JAVA programming language.

CODE:

public class HelloWorld {
	public static void main(String[] args){
		System.out.println("Hello World");
		System.out.println("This is CET 3640");
		System.out.println("My name is Martin Martinez");
	}
}
OpenLap Often Crops the codes and deletes special characters
In case this happens the full code can be downloaded by clicking this link

Code: Click Here
ScreenShot
console1

Leave a Reply

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