Assignemnt #4 and First Program

Code

    /// Name: Jacob Gencarelle
    /// 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 am determined to learn coding.");
        System.out.println("By the way my name is Jacob");
    }
  }

    
    

Picture of the output

to view any other programs click here

link