Assignemnt #5 and GoodSecondProgram

Code

     /// Name: Drew Boxold
    /// Period: 5
    /// Program Name: 5
    /// File Name: GoodSecondProgram.java
    /// Date Finished: 9/4/2015
    
    public class GoodSecondProgram
    {
        public static void main( String[] args)
        {
            System.out.println( "Hello!" );
        }
    }
    

Picture of the output

Assignment 5