Assignemnt #4, First Program

Code

    /// Name: Alex Pinder
    /// Period: 5
    /// 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 can't wait to learn how to code!");
        System.out.println("By the way my name is Alex.");
    }
}
    

Picture of the output

Assignment 4