Assignment #4 and First Program

Code

    /// Name: Luke Shin
/// Period: 7
/// 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 determinted to learn coding.");
        System.out.println("By the way my name is Luke.");
    }
}
    

Picture of the output

Assignment 1