Lab Reports

In this first lab, we wrote a simple code to learn the basic of using eclipse to write a Java code.

Code:
public class HelloWorld
{
public static void main(String[] args)
{
System.out.println(“Hello World”);
}
}

Screenshot

Leave a reply

Logged in as . Log out?

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