Computer Science, asked by vishupatel66, 10 months ago

write a program
"Hello world!
to
display
simple message​

Answers

Answered by rewu2
0

Answer:

which language?

Explanation:

if pseudocode then

PRINT Hello world!

if python then

print (hello world!)

Answered by Sakshamavasthi45
2

Explanation:

class Hello

{

static void main()

{

System. out. println("Hello world");

}

}


Sakshamavasthi45: please mark me brainliest
Similar questions