import java.io.*;
class Hello
{
public static void main(String args[])
{
System.out.println(" Hello world \n Nerd Programmer welcomes you. \n Hope you find us useful in helping you out with your JAVA programming language.");
}
}
class Hello
{
public static void main(String args[])
{
System.out.println(" Hello world \n Nerd Programmer welcomes you. \n Hope you find us useful in helping you out with your JAVA programming language.");
}
}
0 comments:
Post a Comment