Assignemnt #4 and First Program

Code

    /// Name: Nick Cerdan
    /// Period: 6
    /// Program Name: First Program
    /// File Name: FirstProg.java
    /// Date Finished: 9/2/2015
    
    class FirstProg {
    
        public static void main(String[] args) {
        
            System.out.println("I am determined to to learn code.");
            System.out.println("Oh by the way my name is Nick.");
        }
    }
    

Picture of the output

Assignment 4