public class Helloworld {
public static void main(String[ ] args)
{
System.out.print ("Hello World");
}
What is the output

Posted on by