Assignemnt #5 and Second Program

Code

    ///Name: Derrick Andreasen
///Period: 7
///Program name: SecProg
///File name: SecProg.java
///Date Finished:9/4/2015

public class SecProg
{
    public static void main( String[] args )
    {
            System.out.println( "Hello wolrd!" );
            System.out.println( "Hello again" );
            System.out.println( "/I/ like typing this" );
            System.out.println( "This is fun!" );
            System.out.println( "Yay! Printing!" );
            System.out.println( "I'd much rather you not" );
            System.out.println( "I \said\ do not touch this" );
        }
}
    

Picture of the output

Assignment 5