Programming in Java
Tuesday, February 14, 2017
Hello World
Script
class helloworld{
public static void main(String args[]){
System.out.println("Hello World!!!");
}
}
Execution
Hello World!!!
No comments:
Post a Comment
Newer Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment