42.6k views
1 vote
Construct pseudocode for a program that prints ‘Hello World’ on the screen.

User Troy Comi
by
7.8k points

2 Answers

3 votes
A is the answer!!! good luck
User Narayanan
by
9.1k points
2 votes

Answer:

Declare a class with name A.

Declare the main method public static void main(String args[]){

Now Type the System. out. println("Hello World"); which displays the text Hello World.

Step-by-step explanation:

google

User Marcelo Fonseca
by
7.8k points