Lab0

Lab Description: This lab is about creating a portfolio and name it “CET 3640″. For each lab we must create a new page, and choose “CET 3640″ as the parent to keep the portfolio organized. It’s also about learning how to use Eclipse and how to display a text. For each lab we have to submit three items: the first item is a lab description in our own words of what the lab is about and how we did it, followed by the source code, and the screenshots. We also have to make the Lab reports visibility private until graded by the professor. After that we can change the visibility to public.

Code:

 public class lab0 {

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

Screenshots:

lab0ss

Leave a Reply

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