What a mess! Can you order the code so that it'll display "Hello World" in the console?

Perfect! We create output as a String variable. Then we give it a value and, finally, we need to give, or pass, it to System.out.print().

Wait! We create output as a String variable. Then we give it a value and, finally, we need to give, or pass, it to System.out.print().