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
Leave a Reply