Assignment #4 and First Program

Code

    ///Name: Jack Newsom
    ///Period: 5
    ///Project Name: First Program
    ///File Name: FirstProg.java
    ///Date: 9/2/2015
    
    class FirstProg {
    
      public static void main(String[] args) {
    
        System.out.println("I am determined to say hello world.");
        System.out.println("By the way my name is Jack");
      }
    }
            
    
    

Picture of the output

Assignment 4