Assignemnt #4 and First Prog

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

Picture of the output

Assignment 4