Advertisement
rjsantiago0001

Hello1

Jan 26th, 2016
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.26 KB | None | 0 0
  1. // Ricardo Santiago
  2. // Date: 02/26/16
  3. // CSC-112
  4. // Problem 1
  5. // Hello World Example
  6. // rjsantiago0001@student.stcc.edu
  7. public class Hello1 {
  8.    public static void main( String args[] )
  9.    {
  10.       System.out.println( "Welcome to Java Programming!" );
  11.    }
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement