#4 First Program

Code

    /// Name: John Huh
    /// 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 learn coding.")}
        System.out.println("Oh by the way my name is John.");
      }
    }
    

Picture of the output

Assignment 1

Remove the below before you post on your own website.

Remember to recieve a grade for a program it must have....