+ 1
What is the output of this code?
class HelloWorld { static public void main (String...args){ System.out.println ("Hello World");}}
2 Answers
0
Hello World
class HelloWorld { static public void main (String...args){ System.out.println ("Hello World");}}