Programming 1 - Welcome to Java - Compilations of mine
I want to share my compilations to others.
Tuesday, July 22, 2014
Displaying "Hello" and "Name" in Java
public class abejeroact1 {
public static void main (String args[])
{
System.out.println("Hello");
System.out.println("NAME: JOSHUA D. ABEJERO");
}
}
No comments:
Post a Comment
Newer Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment