Friday, June 6, 2014

HELLO WORLD IN JAVA 7

class hello
{
public static void main(String args[])
{
System.out.printf("%s\n%s\n","hello","kisshor");
}
}

No comments:

Post a Comment