lab 0

Description: This code was to test and make sure that all our requirements for this labs class were complete. By testing and running this hello world code we validated that our lab requirements are meant and that we are good to go when the actual labs start.

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

}

}

helloworld pics

pic 2

Leave a Reply

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