Lab Description:
The objective of this lab was to create an OpenLab portfolio, install Java and Eclipse and familiarize ourselves with how to create a proper Lab Report through OpenLab. We were supposed to create a simple code that displays Hello World in Java then display the code in OpenLab using <pre></pre> tags so that it is formatted properly.
Code:
public class HelloWorld { public static void main(String[] args) { System.out.println("Hello World!"); } }
Screenshots: