Lab: 0

Objective: The objective of this laboratory experiment was to simply download the required programs and run a test code to ensure basic functionality runs smoothly.

Capture

public class HelloWorld {

	public static void main(String[] args) {

		System.out.println("Hello world!");
		// TODO Auto-generated method stub

	}

}

Leave a Reply

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