2.11 LAB: Formatted output: Hello World!
Write a program that outputs 'Hello World!' For ALL labs, end with a newline (unless otherwise stated).
LAB ACTIVITY
2.11.1: LAB: Formatted output: Hello World!
LabProgram.java
public class LabProgram {
public static void main(String[] args) {
/* Type your code here. */
}
}
Run your program as often as you'd like, before submitting for grading. Below, type any needed input values in the first box, then click Run program and observe the program's output in the second box.
Develop mode
Submit mode
Enter program input (optional)
If your code requires input values, provide them here.
Run program
Input (from above)
LabProgram.java (Your program)
Output (shown below)
Program output displayed here