Computer Science for IGCSE & O level - Programming (Section 5 - No. 6)
What would the Java code 'System.out.println("Hello World");' do?
Declare a variable named Hello World
Print the text 'Hello World' to the console
Create a graphical user interface
Define a new function
Explanation
This code is the equivalent of the 'Hello World' example, and it displays the phrase on the console.
Comments (0)
