hello
Tuesday, 3 January 2017
how to display a message in java
how to display a message in java
class Message{
public static void main(String[] args){
System.out.println("hello");
}
}
Newer Posts
Home
Subscribe to:
Posts (Atom)