SEARCH

Basic Java with output : HELLO WORLD



Basic Java with output :  HELLO WORLD




import java.util.*;
public class hello_world
{
public static void main ( String[]args )
{    
    System.out.print ("HELLO WORLD");
}
}







OUTPUT

HELLO WORLD





















HAVE FUN CODING!



“Help us support our site by Donating a small amount of donation"

You can donate by clicking the donate button below.


No comments:

Post a Comment