Program :
class Hello
{
public static void main(String[] args)
{
System.out.println("Hello World!");
}
}
Output :
Hello World!
Hello World!
No comments:
Post a Comment